Skip to content

Commit c2921a9

Browse files
committed
0.5.3
1 parent 9bdcbad commit c2921a9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
0.5.3 (14-01-2021)
5+
------------------
6+
7+
- allOf, oneOf, anyOf can be nullable
8+
- readOnly should affect only properties
9+
410
0.5.2 (31-12-2020)
511
------------------
612

aiohttp_swagger3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ValidatorError",
99
"__version__",
1010
)
11-
__version__ = "0.5.2"
11+
__version__ = "0.5.3"
1212
__author__ = "Valetov Konstantin"
1313

1414
from .exceptions import ValidatorError

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Konstantin Valetov'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.5.2'
25+
release = '0.5.3'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)