Skip to content

Commit 60f8fc9

Browse files
committed
Release 1.4.1 of the Amazon Kinesis Client Library for Python
* Installation of the library into a virtual environment on macOS, and Windows now correctly downloads the jar files. * Fixes [Issue #33](#33)
1 parent 895e991 commit 60f8fc9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ all languages.
137137
* The [Amazon Kinesis Forum][kinesis-forum]
138138

139139
## Release Notes
140+
### Release 1.4.1 (November 18, 2016)
141+
* Installation of the library into a virtual environment on macOS, and Windows now correctly downloads the jar files.
142+
* Fixes [Issue #33](https://github.com/awslabs/amazon-kinesis-client-python/issues/33)
143+
140144
### Release 1.4.0 (November 9, 2016)
141145
* Added a new v2 record processor class that allows access to updated features.
142146
* Record processor initialization

setup.py

+1-1
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.0'
52+
PACKAGE_VERSION = '1.4.1'
5353
PYTHON_REQUIREMENTS = [
5454
'boto',
5555
# argparse is part of python2.7 but must be declared for python2.6

0 commit comments

Comments
 (0)