summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-07-12 11:26:25 +0100
committerSean Quah <seanq@matrix.org>2022-07-12 11:26:25 +0100
commit6173d585df189a763256ed6dc4fcfb5aa26e5e5c (patch)
tree8d33004337fd5f308e7f2c2b2b829e8070394bf3 /pyproject.toml
parentDon't pull out the full state when calculating push actions (#13078) (diff)
downloadsynapse-6173d585df189a763256ed6dc4fcfb5aa26e5e5c.tar.xz
1.63.0rc1
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml

index 4d1007fcb3..f77c02ca27 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.62.0" +version = "1.63.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0"