From 18dfa0260dd8aba00d75e171dd7a21ea8f189fa5 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Mon, 9 Aug 2021 14:18:35 -0400 Subject: [PATCH] Release v1.6.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88aac51..a09222c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.6.0 (2021-08-09) * Fixed an oversight where the default version tag pattern would only find tags with exactly three parts in the base (e.g., `v1.0.0` and `v1.2.3`). diff --git a/pyproject.toml b/pyproject.toml index c054d48..083198b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "1.5.5" +version = "1.6.0" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]