We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 353c13a + f130fe2 commit ac01d79Copy full SHA for ac01d79
ChangeLog
@@ -1,6 +1,12 @@
1
CHANGES
2
=======
3
4
+0.2.4
5
+-----
6
+
7
+* RELEASE 0.2.4 version
8
+* Allow connected\_socket() to use custom timeout
9
10
0.2.3
11
-----
12
haproxyadmin/__init__.py
@@ -10,7 +10,7 @@
__title__ = 'haproxyadmin'
__author__ = 'Pavlos Parissis'
__license__ = 'Apache 2.0'
13
-__version__ = '0.2.3'
+__version__ = '0.2.4'
14
__copyright__ = 'Copyright 2015-2019 Pavlos Parissis'
15
16
from haproxyadmin.haproxy import HAPROXY_METRICS
0 commit comments