Skip to content

Commit

Permalink
Release 1.4.2 of the Amazon Kinesis Client for Python
Browse files Browse the repository at this point in the history
* PR awslabs#35: Downloading JAR files now runs correctly.
  • Loading branch information
pfifer committed Nov 21, 2016
1 parent 80aec61 commit 98f92ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ all languages.
* The [Amazon Kinesis Forum][kinesis-forum]

## Release Notes
### Release 1.4.2 (November 21, 2016)
* [PR #35](https://github.com/awslabs/amazon-kinesis-client-python/pull/35): Downloading JAR files now runs correctly.

### Release 1.4.1 (November 18, 2016)
* Installation of the library into a virtual environment on macOS, and Windows now correctly downloads the jar files.
* Fixes [Issue #33](https://github.com/awslabs/amazon-kinesis-client-python/issues/33)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

PACKAGE_NAME = 'amazon_kclpy'
JAR_DIRECTORY = os.path.join(PACKAGE_NAME, 'jars')
PACKAGE_VERSION = '1.4.1'
PACKAGE_VERSION = '1.4.2'
PYTHON_REQUIREMENTS = [
'boto',
# argparse is part of python2.7 but must be declared for python2.6
Expand Down

0 comments on commit 98f92ad

Please sign in to comment.