diff options
author | H. Shay <hillerys@element.io> | 2023-01-12 10:30:54 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-01-12 10:30:54 -0800 |
commit | ea452571998c64a0d49d11791b58053bfbd9834b (patch) | |
tree | e7bc2d88a1e80ea8757ecfc6817f235d2843530e /pyproject.toml | |
parent | Fix race calling `/members?at=` (#14817) (diff) | |
download | synapse-ea452571998c64a0d49d11791b58053bfbd9834b.tar.xz |
1.75.0rc2 v1.75.0rc2
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 740d33066e..12f1686d21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.75.0rc1" +version = "1.75.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |