summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-02-13 13:24:29 +0000
committerErik Johnston <erik@matrix.org>2024-02-13 13:24:29 +0000
commitbc1db16086d0718c9c0bb61b32b825ba62049bb0 (patch)
treeda3df68bdd31b0f9699129d5f510fea474338464 /pyproject.toml
parentDon't invalidate the entire event cache when we purge history (#16905) (diff)
parent1.101.0 (diff)
downloadsynapse-bc1db16086d0718c9c0bb61b32b825ba62049bb0.tar.xz
Merge branch 'master' 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 4bd4439694..cd8bb39422 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.101.0rc1"
+version = "1.101.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"