Skip to content

Commit

Permalink
Release 1.4.1 of the Amazon Kinesis Client Library for Python
Browse files Browse the repository at this point in the history
* Installation of the library into a virtual environment on macOS, and Windows now correctly downloads the jar files.
  * Fixes [Issue #33](#33)
  • Loading branch information
pfifer committed Nov 18, 2016
1 parent 895e991 commit 60f8fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ all languages.
* The [Amazon Kinesis Forum][kinesis-forum]

## Release Notes
### 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)

### Release 1.4.0 (November 9, 2016)
* Added a new v2 record processor class that allows access to updated features.
* Record processor initialization
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.0'
PACKAGE_VERSION = '1.4.1'
PYTHON_REQUIREMENTS = [
'boto',
# argparse is part of python2.7 but must be declared for python2.6
Expand Down

0 comments on commit 60f8fc9

Please sign in to comment.