File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.7.2 (06-04-2022)
5
+ ------------------
6
+
7
+ - Fix missing slash in regex path replacement (#100)
8
+ - added info parameter to SwaggerDocs (#99)
9
+ - bump rapidoc ui to 9.2.0
10
+ - bump redoc ui to v2.0.0-rc.66
11
+ - bump swagger ui to 4.10.3
12
+ - dropped python 3.6 support
13
+
4
14
0.7.1 (30-01-2021)
5
15
------------------
6
16
Original file line number Diff line number Diff line change 12
12
"ValidatorError" ,
13
13
"__version__" ,
14
14
)
15
- __version__ = "0.7.1 "
15
+ __version__ = "0.7.2 "
16
16
__author__ = "Valetov Konstantin"
17
17
18
18
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.7.1 '
25
+ release = '0.7.2 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments