diff options
author | David Robertson <davidr@element.io> | 2022-09-27 14:32:23 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-09-27 14:32:23 +0100 |
commit | a95ce6dd085d6eb46d2c425a759eebf518046fd1 (patch) | |
tree | 6ef7ee2fb8fa0baf046d97781a700b85df357362 /pyproject.toml | |
parent | Handle the case of remote users leaving a partial join room for device lists ... (diff) | |
parent | Clarify who isn't affected by rust (diff) | |
download | synapse-a95ce6dd085d6eb46d2c425a759eebf518046fd1.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0a4242fb72..b3e12962a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.68.0rc2" +version = "1.68.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |