Skip to content

Commit dd29645

Browse files
Merge pull request #300 from farleyb-amazon/update-version-1.7.1
Update version identifier to 1.7.1
2 parents 4b5ed7f + d2c940e commit dd29645

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

5+
1.7.1 -- 2020-09-24
6+
===================
7+
8+
Bugfix
9+
--------
10+
* Reintroduce removed symbol in top-level ``aws_encryption_sdk`` module
11+
512
1.7.0 -- 2020-09-24
613
===================
714

src/aws_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# We only actually need these imports when running the mypy checks
2828
pass
2929

30-
__version__ = "1.7.0"
30+
__version__ = "1.7.1"
3131
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
3232

3333

0 commit comments

Comments
 (0)