Skip to content

Commit

Permalink
Bump version: 0.30 → 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Sep 21, 2021
1 parent 90554c8 commit 62fb37e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.30
current_version = 0.31
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
serialize =
{major}.{minor}.{patch}
Expand All @@ -8,4 +8,5 @@ commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:doc/source/conf.py]
4 changes: 2 additions & 2 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
author = 'Johannes Tiefenbacher'

# The short X.Y version
version = '0.30'
version = '0.31'

# The full version, including alpha/beta/rc tags
release = '0.30'
release = '0.31'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name="synadm",
version="0.30",
version="0.31",
author="Johannes Tiefenbacher",
author_email="jt@peek-a-boo.at",
description="Command line admin tool for Synapse (Matrix reference homeserver)",
Expand Down

0 comments on commit 62fb37e

Please sign in to comment.