-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump version * missing py311 ref * changelog update
- Loading branch information
1 parent
f99bcbd
commit 9a10506
Showing
2 changed files
with
12 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "gce-ipx800" | ||
version = "0.6.dev0" | ||
version = "0.5.2" | ||
description = "Library to interact with the GCE Electronics IPX800 device" | ||
authors = ["Marc-Aurèle Brothier <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -45,7 +45,7 @@ requires = ["poetry-core>=1.0.0"] | |
build-backend = "poetry.core.masonry.api" | ||
|
||
[tool.black] | ||
target-version = ["py38", "py39", "py310"] | ||
target-version = ["py38", "py39", "py310", "py311"] | ||
line-length = 79 | ||
|
||
[tool.coverage.report] | ||
|