diff --git a/CHANGELOG.md b/CHANGELOG.md index 8957744..63677ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## poetry-dynamic-versioning: Unreleased +## poetry-dynamic-versioning: v0.18.0 (2022-09-05) * Changed: * The minimum supported Python version is now 3.7. diff --git a/README.md b/README.md index 5e4de06..500b09f 100644 --- a/README.md +++ b/README.md @@ -255,6 +255,3 @@ or `poetry-dynamic-versioning` (standalone script with default features). poetry export -f requirements.txt -o requirements.txt --without-hashes pip wheel -r requirements.txt ``` - -## Development -Please refer to [CONTRIBUTING.md](CONTRIBUTING.md). diff --git a/pyproject.toml b/pyproject.toml index 2772f88..5eb05b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "poetry-dynamic-versioning" -version = "0.17.1" +version = "0.18.0" description = "Plugin for Poetry to enable dynamic versioning based on VCS tags" license = "MIT" authors = ["Matthew T. Kennerly "]