Skip to content

Commit 98f92ad

Browse files
committed
Release 1.4.2 of the Amazon Kinesis Client for Python
* PR awslabs#35: Downloading JAR files now runs correctly.
1 parent 80aec61 commit 98f92ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ all languages.
137137
* The [Amazon Kinesis Forum][kinesis-forum]
138138

139139
## Release Notes
140+
### Release 1.4.2 (November 21, 2016)
141+
* [PR #35](https://github.com/awslabs/amazon-kinesis-client-python/pull/35): Downloading JAR files now runs correctly.
142+
140143
### Release 1.4.1 (November 18, 2016)
141144
* Installation of the library into a virtual environment on macOS, and Windows now correctly downloads the jar files.
142145
* Fixes [Issue #33](https://github.com/awslabs/amazon-kinesis-client-python/issues/33)

setup.py

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

5050
PACKAGE_NAME = 'amazon_kclpy'
5151
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
52-
PACKAGE_VERSION = '1.4.1'
52+
PACKAGE_VERSION = '1.4.2'
5353
PYTHON_REQUIREMENTS = [
5454
'boto',
5555
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)