summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-01-31 08:23:07 -0800
committerH. Shay <hillerys@element.io>2023-01-31 08:23:07 -0800
commit9cb25b20e5403c3d3d03fe5bc028350355a97bd1 (patch)
treeef083eb668140df9c4fe170c3916258696fb7544 /pyproject.toml
parentInitial batch of notes on faster joins (#14677) (diff)
downloadsynapse-9cb25b20e5403c3d3d03fe5bc028350355a97bd1.tar.xz
1.76.0
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml

index fd05a2b550..8f7ced99a2 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.76.0rc2" +version = "1.76.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0"