diff options
author | Sean Quah <seanq@matrix.org> | 2022-12-13 13:30:07 +0000 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-12-13 13:30:07 +0000 |
commit | b8cf480fa951cbebfb180105d1f0ba6966cf051b (patch) | |
tree | 73a4b3b2c9d881ef36801b3fd7b81dcd59b9b9ed /pyproject.toml | |
parent | Improve validation of field size limits in events. (#14664) (diff) | |
download | synapse-b8cf480fa951cbebfb180105d1f0ba6966cf051b.tar.xz |
1.74.0rc1
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 bb383683cc..938aae64ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.73.0" +version = "1.74.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |