Skip to content

Commit d74fdbc

Browse files
committed
chore: tag 2.3.1 release
1 parent 8d1f27a commit d74fdbc

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

.clog.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[clog]
2+
repository = "https://github.com/python-zk/kazoo"
3+
changelog = "CHANGES.md"
4+
from-latest-tag = true
5+
link-style = "github"
6+
7+
[sections]
8+
Refactor = ["refactor"]
9+
Test = ["test"]
10+
Doc = ["docs"]
11+
Chore = ["chore"]
12+
Features = ["feat", "feature"]
13+
"Bug Fixes" = ["fix", "bug"]

CHANGES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
Changelog
2-
=========
1+
<a name="2.3.1"></a>
2+
## 2.3.1 (2017-06-01)
3+
4+
5+
#### Chore
6+
7+
* update MANIFEST.in to reflect changes to filenames ([c9a38c5d](https://github.com/python-zk/kazoo/commit/c9a38c5d650d6d92ff30fd3c1c792fc71db9ce02))
8+
* 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))
9+
10+
311

412
2.3.0 (2017-05-31)
513
------------------

kazoo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.3.0'
1+
__version__ = '2.3.1'

0 commit comments

Comments
 (0)