Skip to content

Commit 07135b6

Browse files
committed
0.5.2
1 parent 7ba1bd4 commit 07135b6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

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

4+
0.5.2 (31-12-2020)
5+
------------------
6+
7+
- Happy New Year!
8+
- added required readOnly support
9+
- bump rapidoc ui to 8.4.3
10+
- bump swagger ui to 3.38.0
11+
412
0.5.1 (28-11-2020)
513
------------------
614

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.1"
11+
__version__ = "0.5.2"
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.1'
25+
release = '0.5.2'
2626

2727

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

0 commit comments

Comments
 (0)