summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2023-05-02 15:56:50 +0100
committerSean Quah <seanq@matrix.org>2023-05-02 15:56:50 +0100
commit7b41966be91fecbbcee4e5bc8f178778f1e1746c (patch)
tree8f7c0c4fd77a2dc4ad0ea4f048920eba4e2e545b /pyproject.toml
parentReduce the size of the HTTP connection pool for non-pushers. (#15514) (diff)
downloadsynapse-7b41966be91fecbbcee4e5bc8f178778f1e1746c.tar.xz
1.83.0rc1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"