summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-03-26 11:49:11 +0000
committerErik Johnston <erik@matrix.org>2024-03-26 11:49:11 +0000
commit03f0d746c39d2e7076f78da1edd6f0df316ee5d3 (patch)
tree826986ad1c371d97c0facb0599bef6af8010e227 /pyproject.toml
parentEnsure that pending to-device events are sent over federation at startup (#16... (diff)
downloadsynapse-03f0d746c39d2e7076f78da1edd6f0df316ee5d3.tar.xz
1.104.0rc1
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 3bd5736755..8369139301 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.103.0"
+version = "1.104.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"