Skip to content

Commit

Permalink
chore: tag 2.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bbangert committed Jun 1, 2017
1 parent 8d1f27a commit d74fdbc
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .clog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[clog]
repository = "https://github.com/python-zk/kazoo"
changelog = "CHANGES.md"
from-latest-tag = true
link-style = "github"

[sections]
Refactor = ["refactor"]
Test = ["test"]
Doc = ["docs"]
Chore = ["chore"]
Features = ["feat", "feature"]
"Bug Fixes" = ["fix", "bug"]
12 changes: 10 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
Changelog
=========
<a name="2.3.1"></a>
## 2.3.1 (2017-06-01)


#### Chore

* update MANIFEST.in to reflect changes to filenames ([c9a38c5d](https://github.com/python-zk/kazoo/commit/c9a38c5d650d6d92ff30fd3c1c792fc71db9ce02))
* add travis deployment and update ZK versions ([7d5d59cb](https://github.com/python-zk/kazoo/commit/7d5d59cb049244b89625d621c9d91d9a44c4b051), closes [#436](https://github.com/python-zk/kazoo/issues/436))



2.3.0 (2017-05-31)
------------------
Expand Down
2 changes: 1 addition & 1 deletion kazoo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.3.0'
__version__ = '2.3.1'

0 comments on commit d74fdbc

Please sign in to comment.