Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jplana committed Aug 1, 2015
1 parent 14476e2 commit ecd777f
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
News
====

0.4.1
-----
*Release date: 1-Aug-2015*

* Added client-side leader election
* Added stats endpoints
* Added logging
* Better exception handling
* Check for cluster ID on each request
* Added etcd.Client.members and fixed etcd.Client.leader
* Removed locking and election etcd support
* Allow the use of etcd proxies with reconnections
* Implement pop: Remove key from etc and return the corresponding value.
* Eternal watcher can be now recursive
* Fix etcd.Client machines
* Do not send parameters with `None` value to etcd
* Support ttl=0 in write.
* Moved pyOpenSSL into test requirements.
* Always set certificate information so redirects from http to https work.


0.3.3
-----
*Release date: 12-Apr-2015*
Expand Down
4 changes: 2 additions & 2 deletions docs-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.3'
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.4.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
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.4.0'
version = '0.4.1'

install_requires = [
'urllib3>=1.7'
Expand Down

0 comments on commit ecd777f

Please sign in to comment.