summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-09-27 12:03:58 +0100
committerDavid Robertson <davidr@element.io>2022-09-27 12:03:58 +0100
commit1254eb224749210c03c9698b09bdce73a066acd4 (patch)
treeb4b1f538c3d819daee171385e46fc122f2efbc97 /pyproject.toml
parentCorrectly add Cargo.lock to sdsit (#13909) (diff)
downloadsynapse-1254eb224749210c03c9698b09bdce73a066acd4.tar.xz
1.68.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 0a4242fb72..b3e12962a9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.68.0rc2"
+version = "1.68.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"