Skip to content

Commit

Permalink
release 3.0.0 (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllyW committed Sep 26, 2024
1 parent 5b9f0b6 commit 32c4bd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Release History
===============
3.0.0
++++++
* Support swagger `base_path` (#400)
* Add support to python 3.12 (#401)
* Add support to TypeSpec specification (#399)
* Add typespec usage doc (#404)

Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ github:
pypi: https://pypi.org/project/aaz-dev/

# TODO: get version number from github
version: v2.10.0
version: v3.0.0

# Build settings
theme: minima
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "10", "1", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("3", "0", "0", "")

# _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
Expand Down

0 comments on commit 32c4bd3

Please sign in to comment.