Skip to content

Commit

Permalink
Merge pull request #392 from kairu-ms/release-v2.10.0
Browse files Browse the repository at this point in the history
Release v2.10.0
  • Loading branch information
kairu-ms authored Aug 5, 2024
2 parents 9b3192f + d521759 commit d6b3969
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Release History
===============
2.10.0
++++++
* Fix discriminate_by method in generated response schema code (#380)
* Ignore the required flag for read only property in swagger (#390)
* Escape backslashes in examples docstrings (#391)

2.9.0
++++++
* Support output flatten control in workspace editor (#368)
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.9.0
version: v2.10.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", "9", "0", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "10", "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 d6b3969

Please sign in to comment.