Skip to content

Commit 4f4fa04

Browse files
committed
Bump version: 2.161.0 → 2.162.0
1 parent d00a7e5 commit 4f4fa04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.161.0
2+
current_version = 2.162.0
33
commit = True
44
tag = True
55
tag_message =

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.161.0'
7+
version = '2.162.0'
88
authors = [
99
{ name = 'The Vertex Project LLC', email = '[email protected]'},
1010
]

synapse/lib/version.py

Lines changed: 1 addition & 1 deletion
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, 161, 0)
226+
version = (2, 162, 0)
227227
verstring = '.'.join([str(x) for x in version])
228228
commit = ''

0 commit comments

Comments
 (0)