Skip to content

Commit 2a87a44

Browse files
committed
0.7.3
1 parent 14c3c55 commit 2a87a44

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Changelog
22
=========
33

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+
414
0.7.2 (06-04-2022)
515
------------------
616

aiohttp_swagger3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"ValidatorError",
1313
"__version__",
1414
)
15-
__version__ = "0.7.2"
15+
__version__ = "0.7.3"
1616
__author__ = "Valetov Konstantin"
1717

1818
from .exceptions import ValidatorError

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'aiohttp-swagger3'
21-
copyright = '2022, Konstantin Valetov'
21+
copyright = '2023, Konstantin Valetov'
2222
author = 'Konstantin Valetov'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.7.2'
25+
release = '0.7.3'
2626

2727

2828
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)