Skip to content

Commit

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

### Fix

- **dateutil**: Add missing dependency

### Refactor

- **release.yml**: Deprecate default release template

## 1.4.1 (2024-09-22)

### 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.1'
__version__ = '1.4.2'
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.1"
version = "1.4.2"
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.1"
version = "1.4.2"
tag_format = "$major.$minor.$patch"
update_changelog_on_bump = true
version_files = [
Expand Down

0 comments on commit a8e6d7a

Please sign in to comment.