From 975631ebd14d409909d3167a94b613e16e774410 Mon Sep 17 00:00:00 2001 From: cindy oneill Date: Wed, 28 May 2014 14:48:35 -0600 Subject: [PATCH] Updated version info --- ChangeLog | 7 +++++++ monclient/shell.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a52c14..4c510bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,13 @@ CHANGES ======= +1.0.2 +----- + +* Added severity to alarm-create, alarm-patch, alarm-update +* New metric-statistics command +* Modified README.rst + 1.0.1 ----- diff --git a/monclient/shell.py b/monclient/shell.py index b024320..9245afa 100644 --- a/monclient/shell.py +++ b/monclient/shell.py @@ -60,7 +60,7 @@ class MonShell(object): parser.add_argument('--version', action='version', - version='1.0.0', + version='1.0.2', help="Shows the client version and exits.") parser.add_argument('-d', '--debug',