Skip to content

Commit 2dff6e3

Browse files
committed
0.7.2
1 parent af350a9 commit 2dff6e3

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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.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+
414
0.7.1 (30-01-2021)
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.1"
15+
__version__ = "0.7.2"
1616
__author__ = "Valetov Konstantin"
1717

1818
from .exceptions import ValidatorError

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Konstantin Valetov'
2323

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

2727

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

0 commit comments

Comments
 (0)