Skip to content

Commit 7ce84ec

Browse files
author
Pavlos Parissis
committed
RELEASE 0.2.2 version
1 parent 2de167d commit 7ce84ec

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

AUTHORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
Michael Balser <[email protected]>
2+
Ori Shoshan <[email protected]>
13
Pavlos Parissis <[email protected]>
24
Pavlos Parissis <[email protected]>

ChangeLog

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

4+
0.2.2
5+
-----
6+
7+
* RELEASE 0.2.2 version
8+
* Revert "Add 'slim' metric for servers"
9+
* DOC: One more try to get this right
10+
* DOC: Update docstring for address method
11+
* Add support for changing address and port of a server
12+
* DOC: Fix various documentation issues
13+
* Add 'slim' metric for servers
14+
* Don't check if ACL/MAP is a file
15+
* Return empty list if a acl doesn't have any entries
16+
* DOC: Change python version we use for development
17+
* Ignore Python 3 class hierarchy of OSError errors
18+
* Return empty list if a map doesn't have any entries
19+
* Fix example code for show_map function
20+
* Fix incorrect module path for constants in docstring
21+
* Add support for slim metric to Server object
22+
* List server metric names in alphabetic order
23+
* Added setaddress and address to Servers
24+
* Fix docstrings
25+
* Remove unused variables
26+
* Ignore Python 3 class hierarchy of OSError errors
27+
* Update installation instructions
28+
429
0.2.1
530
-----
631

haproxyadmin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
__title__ = 'haproxyadmin'
1111
__author__ = 'Pavlos Parissis'
1212
__license__ = 'Apache 2.0'
13-
__version__ = '0.2.1'
14-
__copyright__ = 'Copyright 2015-2016 Pavlos Parissis'
13+
__version__ = '0.2.2'
14+
__copyright__ = 'Copyright 2015-2019 Pavlos Parissis'
1515

1616
from haproxyadmin.haproxy import HAPROXY_METRICS
1717
from haproxyadmin.frontend import FRONTEND_METRICS

0 commit comments

Comments
 (0)