Skip to content

Commit df6caa9

Browse files
committed
Prepare release 0.4.2
1 parent 2b46dca commit df6caa9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

NEWS.txt

+13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
News
22
====
33

4+
0.4.2
5+
-----
6+
*Release data: 8-Oct-2015*
7+
8+
* Fixed lock documentation
9+
* Fixed lock sequences due to etcd 2.2 change
10+
* Better exception management during response processing
11+
* Fixed logging of cluster ID changes
12+
* Fixed subtree results
13+
* Do not check cluster ID if etcd responses don't contain the ID
14+
* Added a cause to EtcdConnectionFailed
15+
16+
417
0.4.1
518
-----
619
*Release date: 1-Aug-2015*

docs-source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def __getattr__(cls, name):
6161
# The short X.Y version.
6262
version = '0.4'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.4.1'
64+
release = '0.4.2'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
77

88

9-
version = '0.4.1'
9+
version = '0.4.2'
1010

1111
install_requires = [
1212
'urllib3>=1.7'

0 commit comments

Comments
 (0)