Skip to content

Commit 98858ad

Browse files
authored
Merge pull request #530 from necusjz/release-v4.5.2
build: release v4.5.2
2 parents 7aa2a8e + e4c8c08 commit 98858ad

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.rst

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

6+
4.5.2
7+
++++++
8+
* Update items in the `/workspace` dir to be function-based React instead of class-based. (#523)
9+
* Fix add subcommands failure. (#529)
10+
611
4.5.1
712
++++++
813
* Fix validation of schema pattern and error message. (#507)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github:
3636
pypi: https://pypi.org/project/aaz-dev/
3737

3838
# TODO: get version number from github
39-
version: v4.5.1
39+
version: v4.5.2
4040

4141
# Build settings
4242
theme: minima

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