Skip to content

Commit 08efb02

Browse files
authored
Merge pull request Azure#267 from necusjz/release-v1.5.0
Release v1.5.0
2 parents ef0520b + 45fc08a commit 08efb02

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

HISTORY.rst

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

6+
1.5.0
7+
++++++
8+
* Add command `aaz-dev command-model verify` to verify aaz metadata (#265)
9+
610
1.4.0
711
++++++
812
* Improve Docs of CLI Generator (#258)

src/aaz_dev/utils/config.py

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

66
class Config:
77

8-
MIN_CLI_CORE_VERSION = version.parse("2.49.0")
8+
MIN_CLI_CORE_VERSION = version.parse("2.50.0")
99

1010
AAZ_PATH = os.environ.get("AAZ_PATH", None)
1111
SWAGGER_PATH = os.environ.get("AAZ_SWAGGER_PATH", None)

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", "4", "0", "")
2+
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("1", "5", "0", "")
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)