summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-07-19 16:14:02 +0200
committerBrendan Abolivier <babolivier@matrix.org>2022-07-19 16:14:02 +0200
commit47822fd2e863719175ff512ce3e0234135d72ebf (patch)
tree8e251812da29d36348f23292b08282484e9bd15e /pyproject.toml
parentReduce memory usage of state group cache (#13323) (diff)
parentImprove precision on validation improvements (diff)
downloadsynapse-47822fd2e863719175ff512ce3e0234135d72ebf.tar.xz
Merge branch 'master' 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 21bea2ba01..a27226f03d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.63.0rc1"
+version = "1.63.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"