Skip to content

Commit

Permalink
Prepare release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jplana committed Oct 8, 2015
1 parent 2b46dca commit df6caa9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
News
====

0.4.2
-----
*Release data: 8-Oct-2015*

* Fixed lock documentation
* Fixed lock sequences due to etcd 2.2 change
* Better exception management during response processing
* Fixed logging of cluster ID changes
* Fixed subtree results
* Do not check cluster ID if etcd responses don't contain the ID
* Added a cause to EtcdConnectionFailed


0.4.1
-----
*Release date: 1-Aug-2015*
Expand Down
2 changes: 1 addition & 1 deletion docs-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __getattr__(cls, name):
# The short X.Y version.
version = '0.4'
# The full version, including alpha/beta/rc tags.
release = '0.4.1'
release = '0.4.2'

# 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.1'
version = '0.4.2'

install_requires = [
'urllib3>=1.7'
Expand Down

0 comments on commit df6caa9

Please sign in to comment.