We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123f2f7 commit 878425cCopy full SHA for 878425c
NEWS.txt
@@ -1,12 +1,16 @@
1
News
2
====
3
4
-0.1
5
----
6
7
-*Release date: 18-Sep-2013*
+0.2.1
+-----
8
9
-* Initial release
+*Release data: 30-Nov-2013*
+
10
+* SSL support
11
+* Added support for subdirectories in results.
12
+* Improve test
13
+* Added support for reconnections, allowing death node tolerance.
14
15
16
0.2.0
@@ -15,3 +19,11 @@ News
19
*Release data: 30-Sep-2013*
20
17
21
* Allow fetching of multiple keys (sub-nodes)
22
23
24
+0.1
25
+---
26
27
+*Release date: 18-Sep-2013*
28
29
+* Initial release
setup.py
@@ -6,7 +6,7 @@
NEWS = open(os.path.join(here, 'NEWS.txt')).read()
-version = '0.2.0'
+version = '0.2.1'
install_requires = [
'urllib3==1.7',
0 commit comments