We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b5ed7f + d2c940e commit dd29645Copy full SHA for dd29645
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
*********
4
5
+1.7.1 -- 2020-09-24
6
+===================
7
+
8
+Bugfix
9
+--------
10
+* Reintroduce removed symbol in top-level ``aws_encryption_sdk`` module
11
12
1.7.0 -- 2020-09-24
13
===================
14
src/aws_encryption_sdk/identifiers.py
@@ -27,7 +27,7 @@
27
# We only actually need these imports when running the mypy checks
28
pass
29
30
-__version__ = "1.7.0"
+__version__ = "1.7.1"
31
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
32
33
0 commit comments