File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
13
0.6.0 (19-06-2021)
5
14
------------------
6
15
Original file line number Diff line number Diff line change 9
9
"ValidatorError" ,
10
10
"__version__" ,
11
11
)
12
- __version__ = "0.6 .0"
12
+ __version__ = "0.7 .0"
13
13
__author__ = "Valetov Konstantin"
14
14
15
15
from .exceptions import ValidatorError
Original file line number Diff line number Diff line change 22
22
author = 'Konstantin Valetov'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.6 .0'
25
+ release = '0.7 .0'
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments