Skip to content

Commit

Permalink
bump: version 1.4.0 → 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Investigamer committed Sep 22, 2024
1 parent 7c13085 commit d8a14cb
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.1 (2024-09-22)

### Fix

- **workflows**: Ensure dev deps are installed during `poetry install` command

## 1.4.0 (2024-09-20)

### Feat
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.0'
__version__ = '1.4.1'
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.0"
version = "1.4.1"
description = "Universal reusable Python utils for the modern human."
authors = ["Investigamer <[email protected]>"]
license = "MPL-2.0"
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit d8a14cb

Please sign in to comment.