summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-06-17 14:07:49 +0200
committerQuentin Gliech <quenting@element.io>2024-06-17 14:07:49 +0200
commitedfb7aad3ab9aebcd08f6b36707b6bd929247028 (patch)
tree7edc8739a0b63e086e9f99c4d36affa80a39312b /pyproject.toml
parentSet our own stream position from the current sequence value on startup (#17309) (diff)
downloadsynapse-edfb7aad3ab9aebcd08f6b36707b6bd929247028.tar.xz
1.109.0rc3 v1.109.0rc3
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index f4f7f70603..7567b1de40 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.109.0rc2"
+version = "1.109.0rc3"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"