From d3b583c4f11df049e2dc16e74cc60b1bf4200462 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Sat, 13 May 2023 23:28:16 +0800 Subject: [PATCH] Release v1.16.1 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33f7f7..4f56edf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v1.16.1 (2023-05-13) * Fixed outdated reference to `pkg_resources` in the docstring for `get_version`. * `CHANGELOG.md` and `tests` are now included in sdists. diff --git a/pyproject.toml b/pyproject.toml index 837f7c8..4877b71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "1.16.0" +version = "1.16.1" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]