From ea1b1e0b19260c34177aba241747885a8b55364b Mon Sep 17 00:00:00 2001
From: J0J0 Todos <jojo@peek-a-boo.at>
Date: Wed, 29 Nov 2023 17:04:05 +0100
Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.44=20=E2=86=92=200.45?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .bumpversion.cfg   | 2 +-
 doc/source/conf.py | 4 ++--
 setup.py           | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 7613792e..27d28f82 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.44
+current_version = 0.45
 parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
 serialize = 
 	{major}.{minor}.{patch}
diff --git a/doc/source/conf.py b/doc/source/conf.py
index e02568d0..8fb6c7b1 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -22,10 +22,10 @@
 author = 'Johannes Tiefenbacher'
 
 # The short X.Y version
-version = '0.44'
+version = '0.45'
 
 # The full version, including alpha/beta/rc tags
-release = '0.44'
+release = '0.45'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 021b8e9b..bce57de9 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
 
 setup(
     name="synadm",
-    version="0.44",
+    version="0.45",
     author="Johannes Tiefenbacher",
     author_email="jt@peek-a-boo.at",
     description="Command line admin tool for Synapse (Matrix reference homeserver)",