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