From a8e6d7a3831b669d0d29a74f30a2b52e9414315d Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 1 Oct 2024 14:48:19 -0500 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.4.1=20=E2=86=92=201.4.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ omnitils/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf485f8..42d740c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/omnitils/__init__.py b/omnitils/__init__.py index 176eb7e..3fcc3a0 100644 --- a/omnitils/__init__.py +++ b/omnitils/__init__.py @@ -4,4 +4,4 @@ * Copyright (c) Hexproof Systems * LICENSE: Mozilla Public License 2.0 """ -__version__ = '1.4.1' +__version__ = '1.4.2' diff --git a/pyproject.toml b/pyproject.toml index f78dcac..2a3fe47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MPL-2.0" @@ -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 = [