summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-05-09 18:13:48 +0200
committerMathieu Velten <mathieuv@matrix.org>2023-05-09 18:13:48 +0200
commit64a11fb61fac47f652858d7e2109d077874135e0 (patch)
tree15e53e63064103407d56f125c93351397ec92004 /pyproject.toml
parentRevert "Reduce the size of the HTTP connection pool for non-pushers" (#15530) (diff)
downloadsynapse-64a11fb61fac47f652858d7e2109d077874135e0.tar.xz
1.83.0 v1.83.0
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
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"