diff options
author | Erik Johnston <erik@matrix.org> | 2022-11-16 15:11:06 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-11-16 15:11:06 +0000 |
commit | 1a8cd8bec0e78121a3d85f20526297f02c4d7412 (patch) | |
tree | 26948733f6d8f32f52d82f2f1a0a5be6210d1a78 /pyproject.toml | |
parent | Fix background updates failing to add unique indexes on receipts (#14453) (diff) | |
download | synapse-1a8cd8bec0e78121a3d85f20526297f02c4d7412.tar.xz |
1.72.0rc1
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 e07a208e67..7695ebc252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.71.0" +version = "1.72.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |