Skip to content

Commit f2c755b

Browse files
committed
bump to v1.3.7 and update changelog
1 parent a815e23 commit f2c755b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog
33
*********
44

5+
1.3.7 -- 2018-09-17
6+
===================
7+
8+
Bugfixes
9+
--------
10+
11+
* Fix KMSMasterKeyProvider to determine the default region before trying to create the requested master keys.
12+
`#83 <https://github.com/aws/aws-encryption-sdk-python/issues/83>`_
13+
14+
515
1.3.6 -- 2018-09-04
616
===================
717

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.6"
24+
__version__ = "1.3.7"
2525
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
2626

2727

0 commit comments

Comments
 (0)