summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-03-22 10:00:23 -0700
committerH. Shay <hillerys@element.io>2023-03-22 10:00:23 -0700
commitcabe4a3005f3d1c31f0aa438ecac40884874a904 (patch)
tree0867a3b2191799aaf711a06e29ffd305a85c0ea4 /pyproject.toml
parentAdd a check to SQLite port DB script to ensure that the sqlite database passe... (diff)
parent1.80.0rc2 (diff)
downloadsynapse-cabe4a3005f3d1c31f0aa438ecac40884874a904.tar.xz
Merge branch 'release-v1.80' into develop
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 2df931653c..19dc7c1536 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.79.0"
+version = "1.80.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"