Skip to content

Commit

Permalink
Patch Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpkp committed Feb 20, 2020
1 parent 3c3fdc1 commit fcc9a30
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.0.1 (Feb 19, 2020)

Admin Client
* KAFKA-8962: Use least_loaded_node() for AdminClient.describe_topics() (jeffwidman / PR #2000)
* Fix AdminClient topic error parsing in MetadataResponse (jtribble / PR #1997)

# 2.0.0 (Feb 10, 2020)

This release includes breaking changes for any application code that has not
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Changelog
=========


2.0.1 (Feb 19, 2020)
####################

Admin Client
------------
* KAFKA-8962: Use least_loaded_node() for AdminClient.describe_topics() (jeffwidman / PR #2000)
* Fix AdminClient topic error parsing in MetadataResponse (jtribble / PR #1997)


2.0.0 (Feb 10, 2020)
####################

Expand Down
2 changes: 1 addition & 1 deletion kafka/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.1-dev'
__version__ = '2.0.1'

0 comments on commit fcc9a30

Please sign in to comment.