From d7d0064f89eb1cefc91872d83361154c4d1d3cd5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Feb 2024 01:23:16 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.2.8=20=E2=86=92=202.2.9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c09f9c9..16a85e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.9 (2024-02-01) + +### Fix + +- fix documentation URL + ## 2.2.8 (2024-02-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5a2c0b3..784db6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = 'convoke' description = 'A Python app configuration toolkit that tries to do things right.' -version = "2.2.8" +version = "2.2.9" authors = [ "David Eyk " ]