From a74a26ec2d7a37064c6b27f948b621707b7d48fa Mon Sep 17 00:00:00 2001 From: truthless-dev Date: Mon, 2 Jun 2025 21:15:23 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.2=20=E2=86=92=200.1.3?= 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 5c9a803..8c96389 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,6 @@ +v0.1.3 (2025-06-02) +=================== + v0.1.2 (2025-06-02) =================== diff --git a/pyproject.toml b/pyproject.toml index 616ce7d..5a64d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "worktimer" -version = "0.1.2" +version = "0.1.3" 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.2" +version = "0.1.3" version_files = ["pyproject.toml:version"] [build-system]