Skip to content

Commit

Permalink
RELEASE 0.5.7 version
Browse files Browse the repository at this point in the history
  • Loading branch information
unixsurfer committed Mar 7, 2023
1 parent 6374c71 commit 9e9f85c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
@@ -1,6 +1,12 @@
CHANGES
=======

0.5.7
-----

* RELEASE 0.5.7 version
* Remove shebang from cli, map and server

0.5.6
-----

Expand Down
2 changes: 1 addition & 1 deletion haproxytool/__init__.py
Expand Up @@ -2,7 +2,7 @@
"""haproxytool a tool to manage HAProxy via stats socket."""
__title__ = 'haproxytool'
__author__ = 'Pavlos Parissis'
__version__ = '0.5.6'
__version__ = '0.5.7'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2015-2019 Pavlos Parissis'

Expand Down

0 comments on commit 9e9f85c

Please sign in to comment.