We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6374c71 commit 9e9f85cCopy full SHA for 9e9f85c
ChangeLog
@@ -1,6 +1,12 @@
1
CHANGES
2
=======
3
4
+0.5.7
5
+-----
6
+
7
+* RELEASE 0.5.7 version
8
+* Remove shebang from cli, map and server
9
10
0.5.6
11
-----
12
haproxytool/__init__.py
@@ -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'
0 commit comments