From 512d6524271c88ae1dd66cdcda08457f00968136 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Mon, 20 Mar 2023 20:10:26 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.40=20=E2=86=92=200.41?= 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 d773e02b..0c8a356c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.40 +current_version = 0.41 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch} diff --git a/doc/source/conf.py b/doc/source/conf.py index e31c5567..bfa29b6f 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.40' +version = '0.41' # The full version, including alpha/beta/rc tags -release = '0.40' +release = '0.41' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 98653bea..c2055aca 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="synadm", - version="0.40", + version="0.41", author="Johannes Tiefenbacher", author_email="jt@peek-a-boo.at", description="Command line admin tool for Synapse (Matrix reference homeserver)",