Skip to content

Commit 8c759b2

Browse files
authored
Release 1.4.3 of the Amazon Kinesis Client for Python (awslabs#40)
PR awslabs#39: Make record objects subscriptable for backwards compatibility.
1 parent ef60b07 commit 8c759b2

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+
141+
### Release 1.4.3 (January 3, 2017)
142+
* [PR #39](https://github.com/awslabs/amazon-kinesis-client-python/pull/39): Make record objects subscriptable for backwards compatibility.
143+
140144
### Release 1.4.2 (November 21, 2016)
141145
* [PR #35](https://github.com/awslabs/amazon-kinesis-client-python/pull/35): Downloading JAR files now runs correctly.
142146

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

0 commit comments

Comments
 (0)