diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-06 10:49:04 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-06 10:49:04 +0100 |
commit | 07fd6d82d7890b10a02727c9892f01c684f207ef (patch) | |
tree | 6f54b38d55311a757ba2f4aef304afbbf1649945 /pyproject.toml | |
parent | Stabilize support for MSC3952: Intentional mentions. (#15520) (diff) | |
parent | Fixup changelog (diff) | |
download | synapse-07fd6d82d7890b10a02727c9892f01c684f207ef.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 9802cd2a18..434eaa52ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.85.0rc2" +version = "1.85.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |