File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
12
0.5.1 (28-11-2020)
5
13
------------------
6
14
Original file line number Diff line number Diff line change 8
8
"ValidatorError" ,
9
9
"__version__" ,
10
10
)
11
- __version__ = "0.5.1 "
11
+ __version__ = "0.5.2 "
12
12
__author__ = "Valetov Konstantin"
13
13
14
14
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.5.1 '
25
+ release = '0.5.2 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments