From a26eaedf3caa1f37d30fe29d083d7e3ab82dfd7e Mon Sep 17 00:00:00 2001 From: playpauseandstop Date: Sun, 9 May 2021 11:24:59 +0000 Subject: [PATCH] chore: 2.2.1 Release Other: ------ - (**deps**) bump pyyaml from 5.3.1 to 5.4.1 (#147) - (**deps-dev**) bump coverage from 5.3.1 to 5.4 (#145) - (**deps-dev**) bump pytest from 6.2.1 to 6.2.2 (#146) - (**deps-dev**) bump pytest-cov from 2.10.1 to 2.11.1 (#144) - (**deps**) bump peter-evans/create-pull-request from v3.6.0 to v3.8.0 (#148) - Bump Python dev version to 3.9.2 (#160) - (**deps**) bump actions/cache from v2.1.3 to v2.1.4 (#158) - (**deps**) bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#157) - (**deps**) bump peter-evans/create-pull-request from v3.8.0 to v3.8.2 (#156) - (**deps**) bump actions/setup-python from v2.2.1 to v2.2.2 (#165) - (**deps**) bump actions/cache from v2.1.4 to v2.1.5 (#166) - (**deps**) bump pre-commit/action from v2.0.0 to v2.0.3 (#167) - (**deps**) bump environ-config from 20.1.0 to 21.1.0 (#164) - (**deps-dev**) bump pytest from 6.2.2 to 6.2.3 (#163) - [#149] Pin supported openapi-core version (#170) - Apply isort pre-commit hook (#174) - (**deps**) bump attrs from 20.3.0 to 21.2.0 (#171) - (**deps-dev**) bump pytest from 6.2.3 to 6.2.4 (#173) - Update requirements (#175) --- CHANGELOG.rst | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- src/rororo/__init__.py | 2 +- tests/rororo/openapi.json | 2 +- tests/rororo/openapi.yaml | 2 +- 5 files changed, 29 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 92c7f93..708f5bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,28 @@ +2.2.1 (2021-05-09) +================== + +**Other:** + +- (**deps**) bump pyyaml from 5.3.1 to 5.4.1 (#147) +- (**deps-dev**) bump coverage from 5.3.1 to 5.4 (#145) +- (**deps-dev**) bump pytest from 6.2.1 to 6.2.2 (#146) +- (**deps-dev**) bump pytest-cov from 2.10.1 to 2.11.1 (#144) +- (**deps**) bump peter-evans/create-pull-request from v3.6.0 to v3.8.0 (#148) +- Bump Python dev version to 3.9.2 (#160) +- (**deps**) bump actions/cache from v2.1.3 to v2.1.4 (#158) +- (**deps**) bump pypa/gh-action-pypi-publish from v1.4.1 to v1.4.2 (#157) +- (**deps**) bump peter-evans/create-pull-request from v3.8.0 to v3.8.2 (#156) +- (**deps**) bump actions/setup-python from v2.2.1 to v2.2.2 (#165) +- (**deps**) bump actions/cache from v2.1.4 to v2.1.5 (#166) +- (**deps**) bump pre-commit/action from v2.0.0 to v2.0.3 (#167) +- (**deps**) bump environ-config from 20.1.0 to 21.1.0 (#164) +- (**deps-dev**) bump pytest from 6.2.2 to 6.2.3 (#163) +- [#149] Pin supported openapi-core version (#170) +- Apply isort pre-commit hook (#174) +- (**deps**) bump attrs from 20.3.0 to 21.2.0 (#171) +- (**deps-dev**) bump pytest from 6.2.3 to 6.2.4 (#173) +- Update requirements (#175) + 2.2.0 (2021-01-05) ================== diff --git a/pyproject.toml b/pyproject.toml index fbc004d..f5d170d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ virtual_env = "./.venv/" [tool.poetry] name = "rororo" -version = "2.2.0" +version = "2.2.1" 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 5f7e783..8827e1c 100644 --- a/src/rororo/__init__.py +++ b/src/rororo/__init__.py @@ -39,4 +39,4 @@ __author__ = "Igor Davydenko" __license__ = "BSD-3-Clause" -__version__ = "2.2.0" +__version__ = "2.2.1" diff --git a/tests/rororo/openapi.json b/tests/rororo/openapi.json index ce6c807..3cecfd2 100644 --- a/tests/rororo/openapi.json +++ b/tests/rororo/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.3", "info": { "title": "rororo", - "version": "2.2.0", + "version": "2.2.1", "contact": { "name": "Igor Davydenko (developer)", "url": "https://igordavydenko.com", diff --git a/tests/rororo/openapi.yaml b/tests/rororo/openapi.yaml index 88a62bd..98c43b3 100644 --- a/tests/rororo/openapi.yaml +++ b/tests/rororo/openapi.yaml @@ -2,7 +2,7 @@ openapi: "3.0.3" info: title: "rororo" - version: "2.2.0" + version: "2.2.1" contact: name: "Igor Davydenko (developer)" url: "https://igordavydenko.com"