Skip to content

Commit 2153057

Browse files
chore: preflight for 4.0.4 release (#789)
1 parent 5e0aed7 commit 2153057

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.rst

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

5+
4.0.4 -- 2025-09-03
6+
===================
7+
8+
Maintenance
9+
-----------
10+
* deps: Extend supported `MPL`_ versions to include v1.11.2
11+
`#788 <https://github.com/aws/aws-encryption-sdk-python/pull/788>`_
12+
13+
MPL v1.11.2 fixes de-serializing Error_OpaqueWithText
14+
515
4.0.3 -- 2025-09-03
616
===================
717

src/aws_encryption_sdk/identifiers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# We only actually need these imports when running the mypy checks
1818
pass
1919

20-
__version__ = "4.0.3"
20+
__version__ = "4.0.4"
2121
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
2222

2323

0 commit comments

Comments
 (0)