From 0c227b2ae2a5885b8415dd3a972499297e02ca13 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Mon, 5 Sep 2022 17:06:21 +0800 Subject: [PATCH] Release v0.18.0 --- CHANGELOG.md | 2 +- README.md | 3 --- pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 5 deletions(-) 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 "]