From b7297231aaf00cc36f4c804c31f9402fe72414d2 Mon Sep 17 00:00:00 2001 From: Zhiyi Huang <17182306+calvinhzy@users.noreply.github.com> Date: Wed, 2 Aug 2023 12:48:53 +0800 Subject: [PATCH] release v1.5.2 --- HISTORY.rst | 6 ++++++ version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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