-
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.
Features: --------- - Ensure support of aiohttp 3.8.0 version (#205) Other: ------ - (**deps**) bump actions/checkout from 2.3.4 to 2.3.5 (#204) - Switch to Furo theme (#206) - Tweak documentation (#207) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
4e9800c
commit fa51bb4
Showing
5 changed files
with
17 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 |
---|---|---|
|
@@ -75,7 +75,7 @@ ignore_missing_imports = true | |
|
||
[tool.poetry] | ||
name = "rororo" | ||
version = "2.3.0" | ||
version = "2.4.0" | ||
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.3.0" | ||
__version__ = "2.4.0" |
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