Skip to content

Commit 0c3a0eb

Browse files
authored
chore: Changelog for 3.1 release (#378)
1 parent 0c1aa8d commit 0c3a0eb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22
Changelog
33
*********
44

5+
3.1.0 -- 2021-11-10
6+
===================
7+
8+
Deprecation
9+
-----------
10+
The AWS Encryption SDK for Python no longer supports Python 3.5
11+
as of version 3.1; only Python 3.6+ is supported. Customers using
12+
Python 3.5 can still use the 2.x line of the AWS Encryption SDK for Python,
13+
which will continue to receive security updates, in accordance
14+
with our `Support Policy <https://github.com/aws/aws-encryption-sdk-python/blob/master/SUPPORT_POLICY.rst>`__.
15+
16+
Feature
17+
-----------
18+
* Warn on Deprecated Python usage
19+
`#368 <https://github.com/aws/aws-encryption-sdk-python/pull/368>`_
20+
* Add Python 3.10 to CI
21+
* Remove Python 3.5 from testing
22+
23+
524
3.0.0 -- 2021-07-01
625
===================
726

src/aws_encryption_sdk/identifiers.py

Lines changed: 1 addition & 1 deletion
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__ = "3.0.0"
30+
__version__ = "3.1.0"
3131
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
3232

3333

0 commit comments

Comments
 (0)