Skip to content

Commit

Permalink
RELEASE 0.5.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlos Parissis committed Apr 11, 2019
1 parent e8f008e commit 58aef54
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
CHANGES
=======

0.5.5
-----

* RELEASE 0.5.5 version
* Make __init__.py more pylint friendly
* Remove encoding declaration as default encoding is UTF-8
* DOC: Update README to include examples for changing address/port
* Fix wrong continued indentation, add space after comma
* Fix useless object-inheritance
* Fix the way we use Exceptions
* Add support in server command to change address/port
* Report when a acl doesn't have entries
* Report when a map doesn't have entries
* Remove unnecessary text from example outputs
* Catch Invalid input for ACL/MAP cmds

0.5.4
-----

Expand Down Expand Up @@ -152,7 +168,7 @@ CHANGES
* fix incorrect indentation for -D in the usage
* add a helper function to parse arguments
* update README to reflect to the fact that -D is only part of command args
* cli.py does not need to parse socket_dir
* cli.py does not need to parse socket_dir

0.2.1
-----
Expand Down
2 changes: 1 addition & 1 deletion haproxytool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""haproxytool a tool to manage HAProxy via stats socket."""
__title__ = 'haproxytool'
__author__ = 'Pavlos Parissis'
__version__ = '0.5.4'
__version__ = '0.5.5'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015-2019 Pavlos Parissis'

Expand Down

0 comments on commit 58aef54

Please sign in to comment.