Skip to content

Commit

Permalink
Release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed May 13, 2015
1 parent 3207e0b commit d73ebb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consulate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Consulate: A client library for Consul
"""
__version__ = '0.5.0'
__version__ = '0.5.1'

import logging
try:
Expand Down
2 changes: 2 additions & 0 deletions docs/history.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Version History
===============
- 0.5.1 - released *2015-05-13*
- Fix a regression with consualte cli introduced with UnixSockets (#36) - Dan Tracy
- 0.5.0 - released *2015-05-13*
- Add ability to talk to Consul via Unix Socket
- Remove the automatic JSON deserialization attempt of KV values
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
install_requires.append('argparse')

setup(name='consulate',
version='0.5.0',
version='0.5.1',
description="A Client library for the Consul",
maintainer="Gavin M. Roy",
maintainer_email="[email protected]",
Expand Down

0 comments on commit d73ebb8

Please sign in to comment.