Skip to content

Commit ac60e4c

Browse files
Brendan Lynchbrendan-p-lynch
authored andcommitted
Preparing KCL Python for new minfor version 2.1.3
1 parent f79c7a6 commit ac60e4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ all languages.
146146

147147
## Release Notes
148148

149+
### Release 2.1.3 (August 8, 2023)
150+
* Added the ability to specify sts endpoint and region [PR #221](https://github.com/awslabs/amazon-kinesis-client-python/pull/230)
151+
* Upgraded KCL and KCL-Multilang Dependencies from 2.5.1 to 2.5.2 [PR #221](https://github.com/awslabs/amazon-kinesis-client-python/pull/230)
152+
149153
### Release 2.1.2 (June 29, 2023)
150154
* Added the ability to pass in streamArn to multilang Daemon [PR #221](https://github.com/awslabs/amazon-kinesis-client-python/pull/221)
151155
* Upgraded KCL and KCL-Multilang Dependencies from 2.4.4 to 2.5.1 [PR #221](https://github.com/awslabs/amazon-kinesis-client-python/pull/221)

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 = '2.1.2'
45+
PACKAGE_VERSION = '2.1.3'
4646
PYTHON_REQUIREMENTS = [
4747
'boto',
4848
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)