From 83c45f64ad843001835b3ef1c431786cd9d359d2 Mon Sep 17 00:00:00 2001 From: Konstantin Valetov Date: Tue, 11 May 2021 21:41:33 +0300 Subject: [PATCH] 0.5.6 --- CHANGELOG.rst | 5 +++++ aiohttp_swagger3/__init__.py | 2 +- docs/conf.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4a7d745..4a9dc73 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,11 @@ Changelog ========= +0.5.6 (11-05-2021) +------------------ + +- bump attrs version + 0.5.4 (28-03-2021) ------------------ diff --git a/aiohttp_swagger3/__init__.py b/aiohttp_swagger3/__init__.py index 47b5b8e..c1b68ac 100644 --- a/aiohttp_swagger3/__init__.py +++ b/aiohttp_swagger3/__init__.py @@ -8,7 +8,7 @@ "ValidatorError", "__version__", ) -__version__ = "0.5.4" +__version__ = "0.5.6" __author__ = "Valetov Konstantin" from .exceptions import ValidatorError diff --git a/docs/conf.py b/docs/conf.py index 61df8bf..c9d06f5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Konstantin Valetov' # The full version, including alpha/beta/rc tags -release = '0.5.4' +release = '0.5.6' # -- General configuration ---------------------------------------------------