Skip to content

Commit 3d9439e

Browse files
committed
chore: Add python37 deprecation to changelog
1 parent 4dd6e0b commit 3d9439e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

5+
3.3.0 -- 2024-08-05
6+
===================
7+
8+
Deprecation
9+
-----------
10+
The AWS DynamoDB Encryption Client for Python no longer supports Python 3.7
11+
as of version 3.3; only Python 3.8+ is supported.
12+
13+
Feature
14+
-----------
15+
* Warn on Deprecated Python 3.7 usage
16+
517
3.2.0 -- 2021-12-19
618
===================
719

src/dynamodb_encryption_sdk/identifiers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from enum import Enum
1515

1616
__all__ = ("LOGGER_NAME", "CryptoAction", "EncryptionKeyType", "KeyEncodingType")
17-
__version__ = "3.2.0"
17+
__version__ = "3.3.0"
1818

1919
LOGGER_NAME = "dynamodb_encryption_sdk"
2020
USER_AGENT_SUFFIX = "DynamodbEncryptionSdkPython/{}".format(__version__)

0 commit comments

Comments
 (0)