diff options
author | Sean Quah <seanq@matrix.org> | 2022-12-20 18:09:30 +0000 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-12-20 18:09:30 +0000 |
commit | 43c54ba75337e4a58b94de1bf7d8fbc3d7753ae6 (patch) | |
tree | b6c3c0bcc376506b424d1d2c64cefc2975dbf31d /pyproject.toml | |
parent | Bump lxml from 4.9.1 to 4.9.2 (#14698) (diff) | |
parent | 1.74.0 (diff) | |
download | synapse-43c54ba75337e4a58b94de1bf7d8fbc3d7753ae6.tar.xz |
Merge branch 'master' 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 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" |