summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-10-17 17:04:40 +0100
committerErik Johnston <erik@matrix.org>2022-10-17 17:04:40 +0100
commit130668b66c3b3f9bf222c16dcaf40b43a7deeb72 (patch)
tree6b0df9554c71c644f6164a86cfd3894eaaefed10 /pyproject.toml
parentSupport filtering the /messages API by relation type (MSC3874). (#14148) (diff)
parent1.69.0 (diff)
downloadsynapse-130668b66c3b3f9bf222c16dcaf40b43a7deeb72.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 4f6c919c96..6c1dc8b8b5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.69.0rc4"
+version = "1.69.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"