diff --git a/CHANGELOG.md b/CHANGELOG.md index a4029a9..53d5822 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.7.1 (2025-01-22) * Fixed: * There was an intermittent `ValueError` in PEP 621 mode, diff --git a/pyproject.toml b/pyproject.toml index 709f31d..dd2b69c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "1.7.0" +version = "1.7.1" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]