File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.41.3
2
+ current_version = 0.42
3
3
parse = (?P<major>\d+)\.(?P<minor>\d+)(\.(?P<patch>\d+))?
4
4
serialize =
5
5
{major}.{minor}.{patch}
Original file line number Diff line number Diff line change 22
22
author = 'Johannes Tiefenbacher'
23
23
24
24
# The short X.Y version
25
- version = '0.41.3 '
25
+ version = '0.42 '
26
26
27
27
# The full version, including alpha/beta/rc tags
28
- release = '0.41.3 '
28
+ release = '0.42 '
29
29
30
30
31
31
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 21
21
22
22
setup (
23
23
name = "synadm" ,
24
- version = "0.41.3 " ,
24
+ version = "0.42 " ,
25
25
author = "Johannes Tiefenbacher" ,
26
26
27
27
description = "Command line admin tool for Synapse (Matrix reference homeserver)" ,
You can’t perform that action at this time.
0 commit comments