Skip to content

Commit

Permalink
Merge pull request #285 from kairu-ms/release-v1.7.1
Browse files Browse the repository at this point in the history
Release v1.7.1
  • Loading branch information
necusjz authored Sep 6, 2023
2 parents 1ec51e0 + da89831 commit 046503e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
1.7.1
++++++
* Fix bug when generate property name with special characters in code (#284)

1.7.0
++++++
* Mark a secret property as not required in response flags (#281)
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: v1.6.1
version: v1.7.1

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

# _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 046503e

Please sign in to comment.