Skip to content

Commit

Permalink
Merge pull request #398 from Azure/release-v2.10.1
Browse files Browse the repository at this point in the history
Release v2.10.1
  • Loading branch information
kairu-ms committed Sep 2, 2024
2 parents fe05ec8 + 9b0bf12 commit 33edf2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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
===============
2.10.1
++++++
* Fix swagger additional property patch (#397)

2.10.0
++++++
* Fix discriminate_by method in generated response schema code (#380)
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", "0", "")
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "10", "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 33edf2d

Please sign in to comment.