diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 434da0ae..8b8575a3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.41.3 +current_version = 0.42 parse = (?P\d+)\.(?P\d+)(\.(?P\d+))? serialize = {major}.{minor}.{patch} diff --git a/doc/source/conf.py b/doc/source/conf.py index 5e398732..0e9b94ec 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.3' +version = '0.42' # The full version, including alpha/beta/rc tags -release = '0.41.3' +release = '0.42' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 87303749..7c6e90b0 100755 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup( name="synadm", - version="0.41.3", + version="0.42", author="Johannes Tiefenbacher", author_email="jt@peek-a-boo.at", description="Command line admin tool for Synapse (Matrix reference homeserver)",