diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-05-09 18:13:48 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-05-09 18:13:48 +0200 |
commit | 64a11fb61fac47f652858d7e2109d077874135e0 (patch) | |
tree | 15e53e63064103407d56f125c93351397ec92004 /pyproject.toml | |
parent | Revert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) (diff) | |
download | synapse-64a11fb61fac47f652858d7e2109d077874135e0.tar.xz |
1.83.0 v1.83.0
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index caf69cc53f..346acfb048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.83.0rc1" +version = "1.83.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |