From 3f28cea812c926f1534ad62ee115b2d85e223382 Mon Sep 17 00:00:00 2001 From: Ascurius Date: Fri, 8 Apr 2022 16:59:33 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.33.1=20=E2=86=92=200.34?= 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 97004097..9f3a74c8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.33.1 +current_version = 0.34 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch} diff --git a/doc/source/conf.py b/doc/source/conf.py index 0f34eb29..00ac7a2c 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.33.1' +version = '0.34' # The full version, including alpha/beta/rc tags -release = '0.33.1' +release = '0.34' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6d0080c0..5dd69b1d 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="synadm", - version="0.33.1", + version="0.34", author="Johannes Tiefenbacher", author_email="jt@peek-a-boo.at", description="Command line admin tool for Synapse (Matrix reference homeserver)",