Skip to content

Commit cdae9a6

Browse files
committed
RELEASE 0.1.8 version
1 parent e886289 commit cdae9a6

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

ChangeLog

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

4+
0.1.8
5+
-----
6+
7+
* RELEASE 0.1.8 version
8+
* Remove unnecessary filtering of empty values
9+
* Fix broken design in converter function
10+
* fix type in README
11+
* cosmetic fix in doc string
12+
* extend the support of error strings returned by haproxy
13+
* add items in the TODO list
14+
* mention from which socket file we don't get any data
15+
416
0.1.7
517
-----
618

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
# built documents.
5858
#
5959
# The short X.Y version.
60-
version = '0.1.7'
60+
version = '0.1.8'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.1.7'
62+
release = '0.1.8'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

haproxyadmin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
__title__ = 'haproxyadmin'
66
__author__ = 'Pavlos Parissis'
77
__license__ = 'Apache 2.0'
8-
__version__ = '0.1.7'
8+
__version__ = '0.1.8'
99
__copyright__ = 'Copyright 2015 Pavlos Parissis'

0 commit comments

Comments
 (0)