Skip to content

Commit

Permalink
Bumped to version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jplana committed Aug 4, 2014
1 parent 0b23662 commit 604c923
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
News
====

0.3.1
-----

*Release date: 4-Aug-2014*

* Added consisten read option
* Fixed timeout parameter in read()
* Added atomic delete parameter support
* Fixed delete behaviour
* Added update method that allows atomic updated on results
* Fixed checks on write()
* Added leaves generator to EtcdResult and get_subtree for recursive fetch
* Added etcd_index to EtcdResult
* Changed ethernal -> eternal
* Updated urllib3 & pyOpenSSL libraries
* Several performance fixes
* Better parsing of etcd_index and raft_index
* Removed duplicated tests
* Added several integration and unit tests
* Use etcd v0.3.0 in travis
* Execute test using `python setup.py test` and nose


0.3.0
-----

Expand Down Expand Up @@ -35,4 +58,3 @@ News
*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.3.0'
version = '0.3.1'

install_requires = [
'urllib3>=1.7',
Expand Down

0 comments on commit 604c923

Please sign in to comment.