File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
News
2
2
====
3
3
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
+
4
17
0.4.1
5
18
-----
6
19
*Release date: 1-Aug-2015*
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def __getattr__(cls, name):
61
61
# The short X.Y version.
62
62
version = '0.4'
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '0.4.1 '
64
+ release = '0.4.2 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 6
6
NEWS = open (os .path .join (here , 'NEWS.txt' )).read ()
7
7
8
8
9
- version = '0.4.1 '
9
+ version = '0.4.2 '
10
10
11
11
install_requires = [
12
12
'urllib3>=1.7'
You can’t perform that action at this time.
0 commit comments