diff options
author | David Robertson <davidr@element.io> | 2023-01-17 11:36:22 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-01-17 11:36:22 +0000 |
commit | b6955673bfab5c8d553e8b43e9c50dd7b1212e2a (patch) | |
tree | 33555051dde73690739a46fdb7f3a6594180ddd4 /pyproject.toml | |
parent | 1.75.0rc2 (diff) | |
download | synapse-b6955673bfab5c8d553e8b43e9c50dd7b1212e2a.tar.xz |
1.75.0 v1.75.0
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 12f1686d21..d3fa8b6b86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.75.0rc2" +version = "1.75.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |