Skip to content

Commit

Permalink
0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-h committed Jun 30, 2020
1 parent 52fdbbb commit 65065fc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

0.4.4 (30-06-2020)
------------------

- raise more verbose exception if schema failed to validate
- bump swagger ui to 3.28.0
- bump rapidoc ui to 8.1.1
- bump redoc ui to v2.0.0-rc.31

0.4.3 (13-03-2020)
------------------

Expand Down
2 changes: 1 addition & 1 deletion aiohttp_swagger3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ValidatorError",
"__version__",
)
__version__ = "0.4.3"
__version__ = "0.4.4"
__author__ = "Valetov Konstantin"

from .exceptions import ValidatorError
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Konstantin Valetov'

# The full version, including alpha/beta/rc tags
release = '0.4.2'
release = '0.4.4'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 65065fc

Please sign in to comment.