diff options
author | Sean Quah <seanq@matrix.org> | 2023-05-02 15:56:50 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2023-05-02 15:56:50 +0100 |
commit | 7b41966be91fecbbcee4e5bc8f178778f1e1746c (patch) | |
tree | 8f7c0c4fd77a2dc4ad0ea4f048920eba4e2e545b /pyproject.toml | |
parent | Reduce the size of the HTTP connection pool for non-pushers. (#15514) (diff) | |
download | synapse-7b41966be91fecbbcee4e5bc8f178778f1e1746c.tar.xz |
1.83.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 c08352e4d3..caf69cc53f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.82.0" +version = "1.83.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |