summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2024-02-20 16:57:37 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2024-02-20 16:57:37 +0000
commit3eb0a3b4689d15e687912a93226b1d20b8c9a6be (patch)
treed95e5274306a276f65772db60fc13c5bd4c34d38 /pyproject.toml
parentAdd HAProxy example for single port operation (#16768) (diff)
parent1.102.0rc1 (diff)
downloadsynapse-3eb0a3b4689d15e687912a93226b1d20b8c9a6be.tar.xz
Merge branch 'release-v1.102' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cd8bb39422..e1ffb9ffef 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.101.0"
+version = "1.102.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"