summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2024-03-05 14:47:35 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2024-03-05 14:47:35 +0000
commit571ca0c004a1a93ec4e04bf5d0b8a6f5a705762c (patch)
treead1243c32e7d46b0bb57ce99a15740dab9795ee8 /pyproject.toml
parentRevert "Improve DB performance of calculating badge counts for push. (#16756)... (diff)
downloadsynapse-571ca0c004a1a93ec4e04bf5d0b8a6f5a705762c.tar.xz
1.102.0
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index e1ffb9ffef..fe51b46b75 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.102.0rc1"
+version = "1.102.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"