Skip to content

Commit bf122ee

Browse files
Yu Zengzengyu714
Yu Zeng
authored andcommitted
Prepare for KCL Python Release 2.1.1
1 parent 28141da commit bf122ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ all languages.
146146

147147
## Release Notes
148148

149+
### Release 2.1.1 (January 17, 2023)
150+
* Include the pom file in MANIFEST
151+
149152
### Release 2.1.0 (January 12, 2023)
150153
* Upgraded to use version 2.4.4 of the [Amazon Kinesis Client library][kinesis-github]
151154

setup.py

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

0 commit comments

Comments
 (0)