From eee1fcf5cb3a966fd6469ff89bf593bfa2aa7470 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 9 Dec 2023 05:11:14 +0000 Subject: [PATCH] Release version 0.45.0 --- CHANGES.rst | 4 ++-- github_backup/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8372377..ea240df 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,9 +1,9 @@ Changelog ========= -0.44.0 (2023-12-09) +0.45.0 (2023-12-09) +------------------- ------------------- ------------------------- Fix ~~~ diff --git a/github_backup/__init__.py b/github_backup/__init__.py index 1b33897..4d8afa5 100644 --- a/github_backup/__init__.py +++ b/github_backup/__init__.py @@ -1 +1 @@ -__version__ = "0.44.0" +__version__ = "0.45.0"