File tree 2 files changed +10
-2
lines changed
2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
*********
4
4
5
+ 1.3.6 -- 2018-08-29
6
+ ===================
7
+
8
+ Bugfixes
9
+ --------
10
+ * :class: `StreamEncryptor ` and :class: `StreamDecryptor ` should always report as readable if they are open.
11
+ `#73 <https://github.com/aws/aws-encryption-sdk-python/issues/73 >`_
12
+
5
13
1.3.5 -- 2018-08-01
6
14
===================
7
15
* Move the ``aws-encryption-sdk-python `` repository from ``awslabs `` to ``aws ``.
@@ -18,7 +26,7 @@ Maintenance
18
26
-----------
19
27
* New minimum pytest version 3.3.1 to avoid bugs in 3.3.0
20
28
`#32 <https://github.com/aws/aws-encryption-sdk-python/issues/32 >`_
21
- * New minimum attrs version 17.4.0 to allow use of `converter ` rather than `convert `
29
+ * New minimum attrs version 17.4.0 to allow use of `` converter `` rather than `` convert ` `
22
30
`#39 <https://github.com/aws/aws-encryption-sdk-python/issues/39 >`_
23
31
* Algorithm Suites are modeled as collections of sub-suites now
24
32
`#36 <https://github.com/aws/aws-encryption-sdk-python/pull/36 >`_
Original file line number Diff line number Diff line change 21
21
22
22
from aws_encryption_sdk .exceptions import InvalidAlgorithmError
23
23
24
- __version__ = "1.3.5 "
24
+ __version__ = "1.3.6 "
25
25
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}" .format (__version__ )
26
26
27
27
You can’t perform that action at this time.
0 commit comments