Skip to content

Commit

Permalink
Release v2.2.0 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
kairu-ms authored Nov 8, 2023
1 parent ed8c7ff commit 5fa7afc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Release History
===============

2.2.0
++++++
* Add `aaz-dev swagger export-resources` command. (#302)
* Set `utf-8` encoding for all file open. (#298)

2.1.0
++++++
* Support empty object defined in Swagger specification. (#293)
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.1.0
version: v2.2.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", "1", "0", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "2", "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 5fa7afc

Please sign in to comment.