diff options
author | Sean Quah <seanq@matrix.org> | 2022-12-20 16:08:33 +0000 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-12-20 16:08:33 +0000 |
commit | 774e20b57047b9f8700e62e7f4689717f4fa094c (patch) | |
tree | 6d189553ed189d3faaf1d21bc79e09560351ce15 /pyproject.toml | |
parent | Add release note and update doc regarding ICU (#14712) (diff) | |
download | synapse-774e20b57047b9f8700e62e7f4689717f4fa094c.tar.xz |
1.74.0 v1.74.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 938aae64ca..21bc11da88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.74.0rc1" +version = "1.74.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |