diff options
author | Sean Quah <seanq@matrix.org> | 2022-08-31 13:56:50 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-08-31 13:56:50 +0100 |
commit | 737968b8e0c21b2995b3f76348ad981405ab88d4 (patch) | |
tree | 7832ab0f3eb038451dc90b4b35c6ea1e9f1e6757 /pyproject.toml | |
parent | Drop support for calling `/_matrix/client/v3/rooms/{roomId}/invite` without a... (diff) | |
parent | Tweak changelog formatting (diff) | |
download | synapse-737968b8e0c21b2995b3f76348ad981405ab88d4.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 7146897837..a41d88ea74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.66.0rc2" +version = "1.66.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |