diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-07-19 16:14:02 +0200 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-07-19 16:14:02 +0200 |
commit | 47822fd2e863719175ff512ce3e0234135d72ebf (patch) | |
tree | 8e251812da29d36348f23292b08282484e9bd15e /pyproject.toml | |
parent | Reduce memory usage of state group cache (#13323) (diff) | |
parent | Improve precision on validation improvements (diff) | |
download | synapse-47822fd2e863719175ff512ce3e0234135d72ebf.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 21bea2ba01..a27226f03d 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" |