diff options
author | David Robertson <davidr@element.io> | 2022-11-22 10:59:39 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-11-22 10:59:39 +0000 |
commit | 706b6a1ebbdc359ae49e1dfadb4d3ec183bfeaf3 (patch) | |
tree | fef389bc7f46774855463ba7610aad65743630e5 /pyproject.toml | |
parent | Update forgotten references to legacy metrics in the included Grafana dashboa... (diff) | |
download | synapse-706b6a1ebbdc359ae49e1dfadb4d3ec183bfeaf3.tar.xz |
1.72.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 7695ebc252..5a265ba5a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.72.0rc1" +version = "1.72.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |