We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28141da commit bf122eeCopy full SHA for bf122ee
README.md
@@ -146,6 +146,9 @@ all languages.
146
147
## Release Notes
148
149
+### Release 2.1.1 (January 17, 2023)
150
+* Include the pom file in MANIFEST
151
+
152
### Release 2.1.0 (January 12, 2023)
153
* Upgraded to use version 2.4.4 of the [Amazon Kinesis Client library][kinesis-github]
154
setup.py
@@ -42,7 +42,7 @@
42
43
PACKAGE_NAME = 'amazon_kclpy'
44
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
45
-PACKAGE_VERSION = '2.1.0'
+PACKAGE_VERSION = '2.1.1'
46
PYTHON_REQUIREMENTS = [
47
'boto',
48
# argparse is part of python2.7 but must be declared for python2.6
0 commit comments