diff options
author | Richard van der Hoff <richard@matrix.org> | 2022-08-12 12:04:14 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2022-08-12 12:04:14 +0100 |
commit | 008afed23795322a8f017de2f505dcc8f06ca91a (patch) | |
tree | 1ee1e3ba36e437d1a85339389073460a85a62fd6 /pyproject.toml | |
parent | Merge remote-tracking branch 'origin/release-v1.64' into rav/sw1v-hotfixes (diff) | |
parent | Mention specific version in rc2 notes (diff) | |
download | synapse-008afed23795322a8f017de2f505dcc8f06ca91a.tar.xz |
Merge remote-tracking branch 'origin/master' into rav/sw1v-hotfixes github/rav/sw1v-hotfixes rav/sw1v-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 c707737590..af7def0c53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.64.0rc1" +version = "1.64.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |