-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
1 parent
67f1b36
commit a26eaed
Showing
5 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>"] | ||
license = "BSD-3-Clause" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,4 @@ | |
|
||
__author__ = "Igor Davydenko" | ||
__license__ = "BSD-3-Clause" | ||
__version__ = "2.2.0" | ||
__version__ = "2.2.1" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters