Skip to content

Commit d443b6b

Browse files
authored
Merge pull request Azure#358 from necusjz/release-2.6.2
release v2.6.2
2 parents 8d84d9c + 0a95235 commit d443b6b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
Release History
44
===============
55

6+
2.6.2
7+
++++++
8+
* Refine documentation (#345, #349, #355, #356)
9+
* Add response schema for lro delete operation (#350)
10+
* Support empty free-form object (#348)
11+
* Display ParseJsonFailed error logs (#347)
12+
* Fix readOnly parsing problem in Swagger (#346)
13+
614
2.6.1
715
++++++
816
* Adapt new polices for LRO operation (#333)

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.6.1
39+
version: v2.6.2
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", "6", "1", "")
2+
_MAJOR, _MINOR, _PATCH, _SUFFIX = ("2", "6", "2", "")
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)