Skip to content

Commit

Permalink
Release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Sep 5, 2022
1 parent 8691373 commit 0c227b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <mtkennerly@gmail.com>"]
Expand Down

0 comments on commit 0c227b2

Please sign in to comment.