Skip to content

Commit 04ddaa7

Browse files
author
Pavlos Parissis
committed
RELEASE 0.2.0 version
1 parent 621e7bd commit 04ddaa7

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

ChangeLog

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

4+
0.2.0
5+
-----
6+
7+
* RELEASE 0.2.0 version
8+
* Refactor constants for metrics
9+
* Include a module docstring
10+
411
0.1.12
512
------
613

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.12'
60+
version = '0.2.0'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '0.1.12'
62+
release = '0.2.0'
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
@@ -10,7 +10,7 @@
1010
__title__ = 'haproxyadmin'
1111
__author__ = 'Pavlos Parissis'
1212
__license__ = 'Apache 2.0'
13-
__version__ = '0.1.12'
13+
__version__ = '0.2.0'
1414
__copyright__ = 'Copyright 2015 Pavlos Parissis'
1515

1616
from haproxyadmin.haproxy import HAPROXY_METRICS

0 commit comments

Comments
 (0)