Skip to content

Commit

Permalink
RELEASE 0.5.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Parissis committed Apr 16, 2016
1 parent c911eb8 commit 62d69fe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions ChangeLog
@@ -1,6 +1,18 @@
CHANGES
=======

0.5.3
-----

* RELEASE 0.5.3 version
* Remove redundant call to print(
* Simplify the call of sub commands
* Remove redundant header
* Fix ordering of module so pylint is happy
* Add docstring and polish a bit the output
* Move the list of valid cmds in __init__
* Update installation instructions

0.5.2
-----

Expand Down
2 changes: 1 addition & 1 deletion haproxytool/__init__.py
Expand Up @@ -15,7 +15,7 @@
"""
__title__ = 'haproxytool'
__author__ = 'Pavlos Parissis'
__version__ = '0.5.2'
__version__ = '0.5.3'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015-2016 Pavlos Parissis'

Expand Down

0 comments on commit 62d69fe

Please sign in to comment.