Skip to content

Commit 21dae47

Browse files
committed
Patch Release 1.2.1
1 parent 8805d30 commit 21dae47

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.2.1 (June 1, 2016)
2+
3+
Bugfixes
4+
* Fix regression in MessageSet decoding wrt PartialMessages (#716)
5+
* Catch response decode errors and log details (#715)
6+
* Fix Legacy support url (#712 - JonasGroeger)
7+
* Update sphinx docs re 0.10 broker support
8+
9+
110
# 1.2.0 (May 24, 2016)
211

312
This release officially adds support for Kafka 0.10

docs/changelog.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
1.2.1 (June 1, 2016)
5+
####################
6+
7+
Bugfixes
8+
--------
9+
* Fix regression in MessageSet decoding wrt PartialMessages (#716)
10+
* Catch response decode errors and log details (#715)
11+
* Fix Legacy support url (#712 - JonasGroeger)
12+
* Update sphinx docs re 0.10 broker support
13+
14+
415
1.2.0 (May 24, 2016)
516
####################
617

kafka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.2.1.dev'
1+
__version__ = '1.2.1'

0 commit comments

Comments
 (0)