diff --git a/CHANGELOG.md b/CHANGELOG.md index 5927b97..0851537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## Unreleased +## v0.7.1 (2019-05-16) * Fixed issue on Linux where shell commands were not interpreted correctly. diff --git a/pyproject.toml b/pyproject.toml index bdf1b2c..41903c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "0.7.0" +version = "0.7.1" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]