Updated version info

This commit is contained in:
cindy oneill
2014-05-28 14:48:35 -06:00
parent ae41e4688c
commit 975631ebd1
2 changed files with 8 additions and 1 deletions

View File

@@ -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
-----

View File

@@ -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',