From e741abeee940a364ab15cdb046e140b0ec7a3564 Mon Sep 17 00:00:00 2001 From: "badabump-release-bot[bot]" <73354554+badabump-release-bot[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 22:02:30 +0100 Subject: [PATCH] chore: 2.1.2 Release (#121) Fixes: ------ - Proper handling of operations with empty security list (#120) Other: ------ - Improve examples & tests structure (#118) - (**deps**) bump aiohttp from 3.6.3 to 3.7.2 (#119) Co-authored-by: playpauseandstop --- CHANGELOG.rst | 12 ++++++++++++ pyproject.toml | 2 +- src/rororo/__init__.py | 2 +- tests/rororo/openapi.json | 2 +- tests/rororo/openapi.yaml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5775e59..023b907 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +2.1.2 (2020-11-01) +================== + +**Fixes:** + +- Proper handling of operations with empty security list (#120) + +**Other:** + +- Improve examples & tests structure (#118) +- (**deps**) bump aiohttp from 3.6.3 to 3.7.2 (#119) + 2.1.1 (2020-10-29) ================== diff --git a/pyproject.toml b/pyproject.toml index c239537..f7f58dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ show_missing = true [tool.poetry] name = "rororo" -version = "2.1.1" +version = "2.1.2" description = "aiohttp.web OpenAPI 3 schema first server applications." authors = ["Igor Davydenko "] license = "BSD-3-Clause" diff --git a/src/rororo/__init__.py b/src/rororo/__init__.py index 42f0859..3ff9bf5 100644 --- a/src/rororo/__init__.py +++ b/src/rororo/__init__.py @@ -39,4 +39,4 @@ __author__ = "Igor Davydenko" __license__ = "BSD-3-Clause" -__version__ = "2.1.1" +__version__ = "2.1.2" diff --git a/tests/rororo/openapi.json b/tests/rororo/openapi.json index 50bca1d..a148fc7 100644 --- a/tests/rororo/openapi.json +++ b/tests/rororo/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.3", "info": { "title": "rororo", - "version": "2.1.1", + "version": "2.1.2", "contact": { "name": "Igor Davydenko (developer)", "url": "https://igordavydenko.com", diff --git a/tests/rororo/openapi.yaml b/tests/rororo/openapi.yaml index 5beaa12..9e93264 100644 --- a/tests/rororo/openapi.yaml +++ b/tests/rororo/openapi.yaml @@ -2,7 +2,7 @@ openapi: "3.0.3" info: title: "rororo" - version: "2.1.1" + version: "2.1.2" contact: name: "Igor Davydenko (developer)" url: "https://igordavydenko.com"