From 62d69fe65ec8baa369aa39b802541ecd2088cb6d Mon Sep 17 00:00:00 2001 From: Pavlos Parissis Date: Sat, 16 Apr 2016 11:35:46 +0200 Subject: [PATCH] RELEASE 0.5.3 version --- ChangeLog | 12 ++++++++++++ haproxytool/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 594d449..833f02e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,18 @@ CHANGES ======= +0.5.3 +----- + +* RELEASE 0.5.3 version +* Remove redundant call to print( +* Simplify the call of sub commands +* Remove redundant header +* Fix ordering of module so pylint is happy +* Add docstring and polish a bit the output +* Move the list of valid cmds in __init__ +* Update installation instructions + 0.5.2 ----- diff --git a/haproxytool/__init__.py b/haproxytool/__init__.py index d1d8015..e1c8935 100644 --- a/haproxytool/__init__.py +++ b/haproxytool/__init__.py @@ -15,7 +15,7 @@ """ __title__ = 'haproxytool' __author__ = 'Pavlos Parissis' -__version__ = '0.5.2' +__version__ = '0.5.3' __license__ = 'Apache 2.0' __copyright__ = 'Copyright 2015-2016 Pavlos Parissis'