Skip to content

Commit 221fa65

Browse files
committed
Patch Release 1.3.1
1 parent a71bee5 commit 221fa65

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGES.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.3.1 (Aug 8, 2016)
2+
3+
Bugfixes
4+
* Fix AttributeError in BrokerConnectionMetrics after reconnecting
5+
6+
17
# 1.3.0 (Aug 4, 2016)
28

39
Incompatible Changes

docs/changelog.rst

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

4+
1.3.1 (Aug 8, 2016)
5+
###################
6+
7+
Bugfixes
8+
--------
9+
* Fix AttributeError in BrokerConnectionMetrics after reconnecting
10+
11+
412
1.3.0 (Aug 4, 2016)
513
###################
614

kafka/version.py

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

0 commit comments

Comments
 (0)