Skip to content

Commit d2ae737

Browse files
committed
0.7.1
1 parent 2f1174c commit d2ae737

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.rst

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

4+
0.7.1 (30-01-2021)
5+
------------------
6+
7+
- requestBody can be optional (#97)
8+
49
0.7.0 (04-11-2021)
510
------------------
611

aiohttp_swagger3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ValidatorError",
1010
"__version__",
1111
)
12-
__version__ = "0.7.0"
12+
__version__ = "0.7.1"
1313
__author__ = "Valetov Konstantin"
1414

1515
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 = '2021, Konstantin Valetov'
21+
copyright = '2022, Konstantin Valetov'
2222
author = 'Konstantin Valetov'
2323

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

2727

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

0 commit comments

Comments
 (0)