-
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
e3198e1
commit 03cb05f
Showing
3 changed files
with
11 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 |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
* Copyright (c) Hexproof Systems <[email protected]> | ||
* LICENSE: Mozilla Public License 2.0 | ||
""" | ||
__version__ = '1.4.0' | ||
__version__ = '1.4.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "omnitils" | ||
version = "1.4.0" | ||
version = "1.4.1" | ||
description = "Universal reusable Python utils for the modern human." | ||
authors = ["Investigamer <[email protected]>"] | ||
license = "MPL-2.0" | ||
|
@@ -53,7 +53,7 @@ mypy = "^1.8.0" | |
pytest = "^8.0.0" | ||
|
||
[tool.commitizen] | ||
version = "1.4.0" | ||
version = "1.4.1" | ||
tag_format = "$major.$minor.$patch" | ||
update_changelog_on_bump = true | ||
version_files = [ | ||
|