Skip to content

Commit ac01d79

Browse files
authored
Merge pull request #21 from crovner/master
RELEASE 0.2.4 version
2 parents 353c13a + f130fe2 commit ac01d79

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

+6
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

+1-1
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)