diff --git a/HISTORY.rst b/HISTORY.rst index 2997774f..b611072f 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,12 @@ Release History =============== +1.5.2 +++++++ +* Update docs for Command Usage and Testing (#270) +* Fix bugs while command has no arguments (#271) +* Add docs for subcommand generation (#272) + 1.5.1 ++++++ * Add log information for aaz verification (#268) diff --git a/version.py b/version.py index b0f3c965..0fcd61cd 100644 --- a/version.py +++ b/version.py @@ -1,5 +1,5 @@ -_MAJOR, _MINOR, _PATCH, _SUFFIX = ("1", "5", "1", "") +_MAJOR, _MINOR, _PATCH, _SUFFIX = ("1", "5", "2", "") # _PATCH: On main and in a nightly release the patch should be one ahead of the last released build. # _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See