Skip to content

Commit

Permalink
Release v1.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed Mar 10, 2022
1 parent 8846b7b commit f7fc039
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 @@
## Unreleased
## v1.0.0b1

* Changed:
* Implemented the official Poetry plugin interface.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Install by running `poetry plugin add poetry-dynamic-versioning`.
* Example using `poetry` as the build system:
```toml
[build-system]
requires = ["poetry>=1.2.0a2", "poetry-dynamic-versioning>=1.0.0a1"]
requires = ["poetry>=1.2.0a2", "poetry-dynamic-versioning>=1.0.0b1"]
build-backend = "poetry.masonry.api"
```

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.14.0"
version = "1.0.0b1"
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 f7fc039

Please sign in to comment.