From 44bd7621428f504d358e9954b90b2d8f9257c3fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 1 Feb 2024 01:10:40 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.2.6=20=E2=86=92=202.2.7?= 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 1b9e783..8e69746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.2.7 (2024-02-01) + +### Fix + +- pull before trying to push docs branch + ## 2.2.6 (2024-02-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 82531b5..8d8784b 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.6" +version = "2.2.7" authors = [ "David Eyk " ]