-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Other: ------ - Sync common project files (#119) - (**docs**) Bump requirements for docs (#121) - Use poetry 1.2.0 for managing project dependencies (#122) - Fix read the docs configuration (#124) - Tell poetry to not create virtual envs at read the docs (#125) - Install project and docs deps on post install job (#126) - Do not expect to fail on Python 3.11 (#123) - (**deps**) bump peter-evans/create-pull-request from 4.0.4 to 4.1.2 (#128) - Sync common project files (#130) - Update Python dev version to 3.10.8 (#131) - Enforce mypy no-implicit-optional setting (#132) - Integrate no-optional pre-commit hook (#133) Co-authored-by: playpauseandstop <[email protected]>
- Loading branch information
1 parent
8c2a904
commit 6863fc9
Showing
3 changed files
with
20 additions
and
2 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 |
---|---|---|
|
@@ -69,7 +69,7 @@ ignore_errors = true | |
|
||
[tool.poetry] | ||
name = "aiohttp-middlewares" | ||
version = "2.1.0" | ||
version = "2.1.1" | ||
description = "Collection of useful middlewares for aiohttp 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