diff --git a/CHANGELOG.md b/CHANGELOG.md index d6e28bc..4c83980 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.21.2 (2024-06-26) + +* Fixed: Some timestamps could fail to parse on Python 3.5 and 3.6. + ## v1.21.1 (2024-05-03) * Fixed: Distance was calculated inconsistently for Git diff --git a/pyproject.toml b/pyproject.toml index 498d714..bdcdf37 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "1.21.1" +version = "1.21.2" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]