8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff13d9c commit e5e647cCopy full SHA for e5e647c
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
*********
4
5
+2.5.0 -- 2022-06-20
6
+===================
7
+
8
+Maintenance
9
+------------------------
10
+* Pin ``cryptography`` to last version that supports Python2
11
12
2.4.0 -- 2021-07-01
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__ = "2.4.0"
+__version__ = "2.5.0"
31
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
32
33
0 commit comments