From 56dcc9fcfb90fc1347b711f076d14dada4cdfcad Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Thu, 21 May 2026 14:09:16 +0530 Subject: [PATCH 1/2] update package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+ From 1f7103405355c77810b6afa9fe20ee90f9bc7cbe Mon Sep 17 00:00:00 2001 From: Nevil Macwan Date: Thu, 21 May 2026 14:11:16 +0530 Subject: [PATCH 2/2] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) 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