Skip to content

Commit dd3e8de

Browse files
committed
chore: preflight 4.0.6 release
1 parent 6e958bd commit dd3e8de

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.6 -- 2026-05-07
6+
===================
7+
8+
Fixes
9+
-----------
10+
* fix: Replace isinstance metaclass check with issubclass in generate_ecc_signing_key (#802)
11+
`#802 <https://github.com/aws/aws-encryption-sdk-python/pull/802>`_
12+
* fix: use issubclass instead of isinstance in _set_signature_type (#800)
13+
`#800 <https://github.com/aws/aws-encryption-sdk-python/pull/800>`_
14+
515
4.0.5 -- 2026-04-20
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.5"
20+
__version__ = "4.0.6"
2121
USER_AGENT_SUFFIX = "AwsEncryptionSdkPython/{}".format(__version__)
2222

2323

0 commit comments

Comments
 (0)