Skip to content

Commit d6b3969

Browse files
authored
Merge pull request Azure#392 from kairu-ms/release-v2.10.0
Release v2.10.0
2 parents 9b3192f + d521759 commit d6b3969

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

HISTORY.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
33
Release History
44
===============
5+
2.10.0
6+
++++++
7+
* Fix discriminate_by method in generated response schema code (#380)
8+
* Ignore the required flag for read only property in swagger (#390)
9+
* Escape backslashes in examples docstrings (#391)
10+
511
2.9.0
612
++++++
713
* Support output flatten control in workspace editor (#368)

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ github:
3636
pypi: https://pypi.org/project/aaz-dev/
3737

3838
# TODO: get version number from github
39-
version: v2.9.0
39+
version: v2.10.0
4040

4141
# Build settings
4242
theme: minima

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "9", "0", "")
2+
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "10", "0", "")
33

44
# _PATCH: On main and in a nightly release the patch should be one ahead of the last released build.
55
# _SUFFIX: This is mainly for nightly builds which have the suffix ".dev$DATE". See

0 commit comments

Comments
 (0)