Skip to content

Commit c256bd4

Browse files
committed
Bump version: 2.198.0 → 2.199.0
1 parent df3f015 commit c256bd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.198.0
2+
current_version = 2.199.0
33
commit = True
44
tag = True
55
tag_message =

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'
44

55
[project]
66
name = 'synapse'
7-
version = '2.198.0'
7+
version = '2.199.0'
88
authors = [
99
{ name = 'The Vertex Project LLC', email = '[email protected]'},
1010
]

synapse/lib/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,6 @@ def reqVersion(valu, reqver,
223223
##############################################################################
224224
# The following are touched during the release process by bumpversion.
225225
# Do not modify these directly.
226-
version = (2, 198, 0)
226+
version = (2, 199, 0)
227227
verstring = '.'.join([str(x) for x in version])
228228
commit = ''

0 commit comments

Comments
 (0)