Skip to content

Commit 65b97e8

Browse files
authored
Merge pull request Azure#273 from calvinhzy/release-v1.5.2
Release v1.5.2
2 parents 5a5ec6c + b729723 commit 65b97e8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Release History
44
===============
55

6+
1.5.2
7+
++++++
8+
* Update docs for Command Usage and Testing (#270)
9+
* Fix bugs while command has no arguments (#271)
10+
* Add docs for subcommand generation (#272)
11+
612
1.5.1
713
++++++
814
* Add log information for aaz verification (#268)

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("1", "5", "1", "")
2+
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("1", "5", "2", "")
33

44
# _PATCH: On main and in a nightly release the patch should be one ahead of the last released build.
55
# _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See

0 commit comments

Comments
 (0)