Skip to content

Commit 8f26d64

Browse files
Bump version: 0.41.3 → 0.42
1 parent 4bdcdf7 commit 8f26d64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.41.3
2+
current_version = 0.42
33
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
44
serialize =
55
{major}.{minor}.{patch}

doc/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
author = 'Johannes Tiefenbacher'
2323

2424
# The short X.Y version
25-
version = '0.41.3'
25+
version = '0.42'
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = '0.41.3'
28+
release = '0.42'
2929

3030

3131
# -- General configuration ---------------------------------------------------

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setup(
2323
name="synadm",
24-
version="0.41.3",
24+
version="0.42",
2525
author="Johannes Tiefenbacher",
2626
author_email="[email protected]",
2727
description="Command line admin tool for Synapse (Matrix reference homeserver)",

0 commit comments

Comments
 (0)