diff options
author | H. Shay <hillerys@element.io> | 2023-01-12 12:40:09 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-01-12 12:40:09 -0800 |
commit | 12083d37a80a0e75965e6039326878e1fdd79d2d (patch) | |
tree | 98e8e0902c33d1ec2788cc496b6ae7c703b1e9c9 /pyproject.toml | |
parent | Merge remote-tracking branch 'origin/release-v1.75' into develop (diff) | |
parent | 1.75.0rc2 (diff) | |
download | synapse-12083d37a80a0e75965e6039326878e1fdd79d2d.tar.xz |
Merge branch 'release-v1.75' into develop
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 10d50ddb45..d5427bdbb6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,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" |