File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.7.3 (04-02-2023)
5
+ ------------------
6
+
7
+ - Replaced strict_rfc3339 with rfc3339-validator (#118)
8
+ - Use request.content_type instead of cgi.parse_header (#110)
9
+ - added python 3.11 support
10
+ - bump rapidoc ui to 9.3.4
11
+ - bump redoc ui to v2.0.0
12
+ - bump swagger ui to 4.15.5
13
+
4
14
0.7.2 (06-04-2022)
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.2 "
15
+ __version__ = "0.7.3 "
16
16
__author__ = "Valetov Konstantin"
17
17
18
18
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 = '2022 , Konstantin Valetov'
21
+ copyright = '2023 , Konstantin Valetov'
22
22
author = 'Konstantin Valetov'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.7.2 '
25
+ release = '0.7.3 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
You can’t perform that action at this time.
0 commit comments