summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-02-01 11:04:17 +0000
committerDavid Robertson <davidr@element.io>2022-02-01 11:04:17 +0000
commita35e9db9be8666d9ce1164bec3f30b7623ecdfb5 (patch)
tree04e8b39fcc9f8195e9a9373a267f9bef584cb015 /synapse/__init__.py
parentAdd type hints to `tests/rest/admin` (#11851) (diff)
downloadsynapse-a35e9db9be8666d9ce1164bec3f30b7623ecdfb5.tar.xz
1.52.0rc1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 603dbb27e1..5e65033061 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.51.0"
+__version__ = "1.52.0rc1"
 
 if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
     # We import here so that we don't have to install a bunch of deps when