From 86bd02e23e76a4f487a6afc01fcaa159231bbe24 Mon Sep 17 00:00:00 2001 From: Jackson Chen Date: Thu, 14 Sep 2023 21:16:22 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.43=20=E2=86=92=200.43.1?= 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 7fb2252..a10307b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.43 +current_version = 0.43.1 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch} diff --git a/doc/source/conf.py b/doc/source/conf.py index be0341c..e9c69a3 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.43' +version = '0.43.1' # The full version, including alpha/beta/rc tags -release = '0.43' +release = '0.43.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index e13b121..44e890e 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="synadm", - version="0.43", + version="0.43.1", author="Johannes Tiefenbacher", author_email="jt@peek-a-boo.at", description="Command line admin tool for Synapse (Matrix reference homeserver)",