diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-04-13 11:55:21 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-04-13 11:55:21 +0100 |
commit | 7212fc46591206f552b975415c365b751b631fbd (patch) | |
tree | bdeaeaeb449ebc3150e8fbc51b4b31ce40a5b23a /pyproject.toml | |
parent | Merge remote-tracking branch 'origin/release-v1.81' into matrix-org-hotfixes (diff) | |
parent | Throw if the appservice config list is the wrong type (#15425) (diff) | |
download | synapse-7212fc46591206f552b975415c365b751b631fbd.tar.xz |
Merge branch 'develop' into matrix-org-hotfixes
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 3b38d8370c..3ffd96c50d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.81.0rc1" +version = "1.81.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |