diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-17 17:04:40 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-10-17 17:04:40 +0100 |
commit | 130668b66c3b3f9bf222c16dcaf40b43a7deeb72 (patch) | |
tree | 6b0df9554c71c644f6164a86cfd3894eaaefed10 /pyproject.toml | |
parent | Support filtering the /messages API by relation type (MSC3874). (#14148) (diff) | |
parent | 1.69.0 (diff) | |
download | synapse-130668b66c3b3f9bf222c16dcaf40b43a7deeb72.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
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" |