Skip to content

Commit 4ce20d2

Browse files
committed
0.7.0
1 parent 679ba1c commit 4ce20d2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.rst

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

4+
0.7.0 (04-11-2021)
5+
------------------
6+
7+
- added regex support in path params (#92)
8+
- allow aiohttp 3.8.0 as required dependency (#93)
9+
- bump rapidoc ui to 9.1.3
10+
- bump redoc ui to v2.0.0-rc.56
11+
- bump swagger ui to 3.52.5
12+
413
0.6.0 (19-06-2021)
514
------------------
615

aiohttp_swagger3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ValidatorError",
1010
"__version__",
1111
)
12-
__version__ = "0.6.0"
12+
__version__ = "0.7.0"
1313
__author__ = "Valetov Konstantin"
1414

1515
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.6.0'
25+
release = '0.7.0'
2626

2727

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

0 commit comments

Comments
 (0)