From f1cf4cd31576530888abe2578681a4d8070a28bb Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Mon, 29 May 2023 18:45:57 -0400 Subject: [PATCH] Release version 0.43.1 --- CHANGES.rst | 7 ++++++- github_backup/__init__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 26a4243..b4f774b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,14 @@ Changelog ========= -0.43.0 (2023-05-29) +0.43.1 (2023-05-29) ------------------- ------------------------ +- Chore: add release requirements. [Jose Diaz-Gonzalez] + + +0.43.0 (2023-05-29) +------------------- Fix ~~~ diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 1a92310..fb8a056 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = "0.43.0" +__version__ = "0.43.1"