File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
- 0.6.0 (dd-mm-yyyy )
4
+ 0.6.0 (19-06-2021 )
5
5
------------------
6
6
7
7
- fixed bug that empty security raises an Exception (#88)
Original file line number Diff line number Diff line change 9
9
"ValidatorError" ,
10
10
"__version__" ,
11
11
)
12
- __version__ = "0.5.6 "
12
+ __version__ = "0.6.0 "
13
13
__author__ = "Valetov Konstantin"
14
14
15
15
from .exceptions import ValidatorError
Original file line number Diff line number Diff line change 18
18
# -- Project information -----------------------------------------------------
19
19
20
20
project = 'aiohttp-swagger3'
21
- copyright = '2020 , Konstantin Valetov'
21
+ copyright = '2021 , Konstantin Valetov'
22
22
author = 'Konstantin Valetov'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.5.6 '
25
+ release = '0.6.0 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments