Skip to content

Commit c504d09

Browse files
authored
Prepare for release 3.1.3 (awslabs#335)
1 parent 76166f8 commit c504d09

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ all languages.
150150
* The [Amazon Kinesis Forum][kinesis-forum]
151151

152152
## Release Notes
153+
154+
### Release 3.1.3 (October 29, 2025)
155+
* [#331](https://github.com/awslabs/amazon-kinesis-client-python/pull/331) Upgrade netty.version from 4.2.6.Final to 4.2.7.Final
156+
* [#333](https://github.com/awslabs/amazon-kinesis-client-python/pull/333) Only include argparse for python version 3.1 and below
157+
153158
### Release 3.1.2 (October 1, 2025)
154159
* [#327](https://github.com/awslabs/amazon-kinesis-client-python/pull/327) Upgrade amazon-kinesis-client from 3.1.1 to 3.1.3
155160
* [#327](https://github.com/awslabs/amazon-kinesis-client-python/pull/327) Upgrade aws-sdk from 2.25.64 to 2.33.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
PACKAGE_NAME = 'amazon_kclpy'
4444
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
45-
PACKAGE_VERSION = '3.1.2'
45+
PACKAGE_VERSION = '3.1.3'
4646
PYTHON_REQUIREMENTS = [
4747
"boto3",
4848
# argparse is part of python3.2+

0 commit comments

Comments
 (0)