summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorSean Quah <seanq@element.io>2022-02-15 10:44:24 +0000
committerSean Quah <seanq@element.io>2022-02-15 10:44:24 +0000
commit7c055990412d99a211d36ea108e17bf9d295ff67 (patch)
tree96b636b25dd48619797ff979068b1b668dc367f1 /synapse
parentRevert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) (diff)
downloadsynapse-7c055990412d99a211d36ea108e17bf9d295ff67.tar.xz
1.53.0rc1
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index a23563937a..2bf8eb2a11 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.52.0"
+__version__ = "1.53.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