Skip to content

Commit 9e9f85c

Browse files
committed
RELEASE 0.5.7 version
1 parent 6374c71 commit 9e9f85c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
22
=======
33

4+
0.5.7
5+
-----
6+
7+
* RELEASE 0.5.7 version
8+
* Remove shebang from cli, map and server
9+
410
0.5.6
511
-----
612

haproxytool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""haproxytool a tool to manage HAProxy via stats socket."""
33
__title__ = 'haproxytool'
44
__author__ = 'Pavlos Parissis'
5-
__version__ = '0.5.6'
5+
__version__ = '0.5.7'
66
__license__ = 'Apache 2.0'
77
__copyright__ = 'Copyright 2015-2019 Pavlos Parissis'
88

0 commit comments

Comments
 (0)