We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c7638 commit df16ae3Copy full SHA for df16ae3
CHANGELOG.rst
@@ -2,6 +2,14 @@
2
Changelog
3
*********
4
5
+3.1.1 -- 2022-06-20
6
+===================
7
+
8
+Maintenance
9
+-----------
10
+* Replace deprecated cryptography ``verify_interface`` with ``isinstance``
11
+ `#467 <https://github.com/aws/aws-encryption-sdk-python/pull/467>`_
12
13
3.1.0 -- 2021-11-10
14
===================
15
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__ = "3.1.0"
+__version__ = "3.1.1"
31
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
32
33
0 commit comments