diff --git a/README.md b/README.md index 07d3471..17776c9 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,10 @@ all languages. ## Release Notes +### Release 3.1.3.post1 (May 21, 2026) +* Bump netty.version from 4.2.7.Final to 4.2.13.Final +* Bump fasterxml-jackson.version from 2.15.0 to 2.18.6 + ### Release 3.1.3 (October 29, 2025) * [#331](https://github.com/awslabs/amazon-kinesis-client-python/pull/331) Upgrade netty.version from 4.2.6.Final to 4.2.7.Final * [#333](https://github.com/awslabs/amazon-kinesis-client-python/pull/333) Only include argparse for python version 3.1 and below diff --git a/setup.py b/setup.py index 29204c0..2805b1a 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ PACKAGE_NAME = 'amazon_kclpy' JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars') -PACKAGE_VERSION = '3.1.3' +PACKAGE_VERSION = '3.1.3.post1' PYTHON_REQUIREMENTS = [ "boto3", # argparse is part of python3.2+