From 647365f30c2fde4835fe16b235193923bb808f34 Mon Sep 17 00:00:00 2001 From: mtkennerly Date: Tue, 16 Apr 2019 22:56:39 -0400 Subject: [PATCH] Release v0.7.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68356d6..16eba18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -## Unreleased +## v0.7.0 (2019-04-16) * Added Bazaar support. * Added the `dunamai check` command and the corresponding `check_version` diff --git a/pyproject.toml b/pyproject.toml index d996f20..bdf1b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dunamai" -version = "0.6.0" +version = "0.7.0" description = "Dynamic version generation" license = "MIT" authors = ["Matthew T. Kennerly "]