Skip to content

Commit

Permalink
bump: version 1.4.3 → 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Investigamer committed Oct 11, 2024
1 parent 1ffa60f commit f7019b3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.4.4 (2024-10-10)

### Fix

- **files/archive**: Remove broken import, fix failed typing

## 1.4.3 (2024-10-10)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion omnitils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
* Copyright (c) Hexproof Systems <[email protected]>
* LICENSE: Mozilla Public License 2.0
"""
__version__ = '1.4.3'
__version__ = '1.4.4'
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "omnitils"
version = "1.4.3"
version = "1.4.4"
description = "Universal reusable Python utils for the modern human."
authors = ["Investigamer <[email protected]>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -54,7 +54,7 @@ mypy = "^1.8.0"
pytest = "^8.0.0"

[tool.commitizen]
version = "1.4.3"
version = "1.4.4"
tag_format = "$major.$minor.$patch"
update_changelog_on_bump = true
version_files = [
Expand Down

0 comments on commit f7019b3

Please sign in to comment.