Skip to content

Commit

Permalink
Release patch-v0.17.1 and plugin-v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed May 19, 2022
1 parent 4ffe1e0 commit 690dce0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-plugin: Unreleased
## poetry-dynamic-versioning: v0.17.1 & poetry-dynamic-versioning-plugin: v0.3.1

* Fixed:
* CLI mode failed when pyproject.toml did not specify `enable = true`.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.plugin.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "poetry-dynamic-versioning-plugin"
version = "0.3.0"
version = "0.3.1"
description = "Plugin for Poetry to enable dynamic versioning based on VCS tags"
license = "MIT"
authors = ["Matthew T. Kennerly <mtkennerly@gmail.com>"]
Expand Down
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.0"
version = "0.17.1"
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 690dce0

Please sign in to comment.