-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
63d5640
commit 437f9e4
Showing
3 changed files
with
37 additions
and
3 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 = "flake8_custom_import_rules" | ||
version = "0.8.9" | ||
version = "0.9.0" | ||
description = "A Flake8 plugin that enforces custom import rules, allowing users to define and maintain clean and consistent import organization across their Python projects." | ||
readme = "README.rst" | ||
authors = ["Rodrigo Gonzalez <[email protected]>"] | ||
|
@@ -83,7 +83,7 @@ covdefaults = "^2.3.0" | |
|
||
[tool.commitizen] | ||
name = "cz_conventional_commits" | ||
version = "0.8.9" | ||
version = "0.9.0" | ||
tag_format = "v$version" | ||
version_type = "semver" | ||
update_changelog_on_bump = true | ||
|
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,4 +1,4 @@ | ||
__version__ = "0.8.8" | ||
__version__ = "0.9.0" | ||
|
||
|
||
def show_versions() -> None: | ||
|