Skip to content

Commit

Permalink
Merge pull request #358 from necusjz/release-2.6.2
Browse files Browse the repository at this point in the history
release v2.6.2
  • Loading branch information
necusjz committed Apr 26, 2024
2 parents 8d84d9c + 0a95235 commit d443b6b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
Release History
===============

2.6.2
++++++
* Refine documentation (#345, #349, #355, #356)
* Add response schema for lro delete operation (#350)
* Support empty free-form object (#348)
* Display ParseJsonFailed error logs (#347)
* Fix readOnly parsing problem in Swagger (#346)

2.6.1
++++++
* Adapt new polices for LRO operation (#333)
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.6.1
version: v2.6.2

# 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", "6", "1", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "6", "2", "")

# _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 d443b6b

Please sign in to comment.