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]