Skip to content

Commit f130fe2

Browse files
committed
RELEASE 0.2.4 version
1 parent 353c13a commit f130fe2

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.2.4
5+
-----
6+
7+
* RELEASE 0.2.4 version
8+
* Allow connected\_socket() to use custom timeout
9+
410
0.2.3
511
-----
612

haproxyadmin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__title__ = 'haproxyadmin'
1111
__author__ = 'Pavlos Parissis'
1212
__license__ = 'Apache 2.0'
13-
__version__ = '0.2.3'
13+
__version__ = '0.2.4'
1414
__copyright__ = 'Copyright 2015-2019 Pavlos Parissis'
1515

1616
from haproxyadmin.haproxy import HAPROXY_METRICS

0 commit comments

Comments
 (0)