diff options
author | Sean Quah <seanq@matrix.org> | 2022-11-04 12:01:17 +0000 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-11-04 12:01:17 +0000 |
commit | b00294b8b1f289de10f57e4704d3f6f32943bd57 (patch) | |
tree | 0ce2f7a82a5a573f3a3f89143b5503b3e054d81d /pyproject.toml | |
parent | Include monthly active user metrics in the list of legacy metrics names (#14... (diff) | |
download | synapse-b00294b8b1f289de10f57e4704d3f6f32943bd57.tar.xz |
1.71.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 5d96328067..249b1cbedf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.71.0rc1" +version = "1.71.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |