From 630f31fdac2f1b18550c2962439f25c910e567cf Mon Sep 17 00:00:00 2001 From: Jackson Chen Date: Wed, 14 Jun 2023 09:06:46 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.41.2=20=E2=86=92=200.41.3?= 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 32cdeca..434da0a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.41.2 +current_version = 0.41.3 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch} diff --git a/doc/source/conf.py b/doc/source/conf.py index 4c222f4..5e39873 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.41.2' +version = '0.41.3' # The full version, including alpha/beta/rc tags -release = '0.41.2' +release = '0.41.3' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6f100f4..8730374 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="synadm", - version="0.41.2", + version="0.41.3", author="Johannes Tiefenbacher", author_email="jt@peek-a-boo.at", description="Command line admin tool for Synapse (Matrix reference homeserver)",