Skip to content

Commit

Permalink
Release v1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mtkennerly committed May 19, 2023
1 parent 4be128c commit 3e00ba3
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.17.0 (2023-05-19)

* The `from` command will print a warning for shallow Git repositories.
This becomes an error with `--strict`.
Expand Down
2 changes: 1 addition & 1 deletion dunamai/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"default": False,
"help": (
"Elevate warnings to errors."
"When there are no tags, fail instead of falling back to 0.0.0"
" When there are no tags, fail instead of falling back to 0.0.0"
),
},
{
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 = "dunamai"
version = "1.16.1"
version = "1.17.0"
description = "Dynamic version generation"
license = "MIT"
authors = ["Matthew T. Kennerly <mtkennerly@gmail.com>"]
Expand Down

0 comments on commit 3e00ba3

Please sign in to comment.