Skip to content

Commit 2927b08

Browse files
committed
0.6.0
1 parent 19c3a86 commit 2927b08

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.6.0 (dd-mm-yyyy)
4+
0.6.0 (19-06-2021)
55
------------------
66

77
- fixed bug that empty security raises an Exception (#88)

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.5.6"
12+
__version__ = "0.6.0"
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 = '2020, Konstantin Valetov'
21+
copyright = '2021, Konstantin Valetov'
2222
author = 'Konstantin Valetov'
2323

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

2727

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

0 commit comments

Comments
 (0)