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 353c13a commit f130fe2Copy full SHA for f130fe2
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