Skip to content

Commit

Permalink
Released 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jplana committed Nov 30, 2013
1 parent 123f2f7 commit 878425c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
20 changes: 16 additions & 4 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
News
====

0.1
---

*Release date: 18-Sep-2013*
0.2.1
-----

* Initial release
*Release data: 30-Nov-2013*

* SSL support
* Added support for subdirectories in results.
* Improve test
* Added support for reconnections, allowing death node tolerance.


0.2.0
Expand All @@ -15,3 +19,11 @@ News
*Release data: 30-Sep-2013*

* Allow fetching of multiple keys (sub-nodes)


0.1
---

*Release date: 18-Sep-2013*

* Initial release
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 878425c

Please sign in to comment.