diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-07-19 14:43:28 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-07-19 14:43:28 +0200 |
commit | 097afd0e0b49099cae2f5c03abc15f3a66894405 (patch) | |
tree | 15c9572d4f8e3ca04566ae50aab8bcf273c0189e /pyproject.toml | |
parent | Remove 'anonymised' from the phone home stats documentation (#13321) (diff) | |
download | synapse-097afd0e0b49099cae2f5c03abc15f3a66894405.tar.xz |
1.63.0
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 f77c02ca27..74a473bd34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.63.0rc1" +version = "1.63.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |