Skip to content

Commit 0325b2b

Browse files
committed
Merge pull request #336 from harlowja/version-2.2
Bump version up to 2.2
2 parents 4923711 + 7929388 commit 0325b2b

2 files changed

Lines changed: 6 additions & 14 deletions

File tree

CHANGES.rst

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
11
Changelog
22
=========
33

4-
2.2 (unreleased)
5-
----------------
6-
7-
Features
8-
********
9-
10-
- Issue #234: Add support for reconfig cluster membership operation
11-
12-
Bug Handling
13-
************
4+
2.2
5+
---
146

157
Documentation
168
*************
179

18-
2.1.1
19-
-----
20-
2110
Features
2211
********
2312

13+
- Issue #234: Add support for reconfig cluster membership operation
14+
2415
Bug Handling
2516
************
2617

2718
- #315: multiple acquires of a kazoo lock using the lock recipe would
2819
block when using `acquire` even when non-blocking is specified (only
2920
when the lock was/has been already acquired).
21+
- #318: At exit register takes *args and **kwargs not args and kargs
3022
3123
Documentation
3224
*************

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.1.1'
1+
__version__ = '2.2'
22

33
import os
44
import sys

0 commit comments

Comments
 (0)