From 1bbafc55e3149b84fe9e2d0eaef91ec9aa9a58ec Mon Sep 17 00:00:00 2001 From: truthless-dev Date: Mon, 2 Jun 2025 23:04:09 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.4=20=E2=86=92=200.1.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 3 +++ pyproject.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6a1a40a..7832ff3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,6 @@ +v0.1.5 (2025-06-02) +=================== + v0.1.4 (2025-06-02) =================== diff --git a/pyproject.toml b/pyproject.toml index 64d7176..4852ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "worktimer" -version = "0.1.4" +version = "0.1.5" description = "Simple tracker of time spent on the job" authors = ["truthless-dev "] license = "MIT" @@ -46,7 +46,7 @@ major_version_zero = true tag_format = "v$version" template = "CHANGELOG.rst.j2" update_changelog_on_bump = true -version = "0.1.4" +version = "0.1.5" version_files = ["pyproject.toml:version"] [build-system]