Skip to content

Commit 7976c3d

Browse files
committed
bump to 1.3.6 with changelog
1 parent 1c7a99c commit 7976c3d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
Changelog
33
*********
44

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+
513
1.3.5 -- 2018-08-01
614
===================
715
* Move the ``aws-encryption-sdk-python`` repository from ``awslabs`` to ``aws``.
@@ -18,7 +26,7 @@ Maintenance
1826
-----------
1927
* New minimum pytest version 3.3.1 to avoid bugs in 3.3.0
2028
`#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``
2230
`#39 <https://github.com/aws/aws-encryption-sdk-python/issues/39>`_
2331
* Algorithm Suites are modeled as collections of sub-suites now
2432
`#36 <https://github.com/aws/aws-encryption-sdk-python/pull/36>`_

src/aws_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
from aws_encryption_sdk.exceptions import InvalidAlgorithmError
2323

24-
__version__ = "1.3.5"
24+
__version__ = "1.3.6"
2525
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
2626

2727

0 commit comments

Comments
 (0)