From 27fe55848f10297af9e12eb1f21238aef60fbbbc Mon Sep 17 00:00:00 2001 From: J0J0 T Date: Fri, 1 Jul 2022 07:57:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.34=20=E2=86=92=200.35?= 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 9f3a74c8..b0064ed4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.34 +current_version = 0.35 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch} diff --git a/doc/source/conf.py b/doc/source/conf.py index 00ac7a2c..46cd3aa8 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.34' +version = '0.35' # The full version, including alpha/beta/rc tags -release = '0.34' +release = '0.35' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index eac5b236..20f578a3 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="synadm", - version="0.34", + version="0.35", author="Johannes Tiefenbacher", author_email="jt@peek-a-boo.at", description="Command line admin tool for Synapse (Matrix reference homeserver)",