summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-04-12 13:39:35 +0100
committerErik Johnston <erik@matrix.org>2022-04-12 13:39:35 +0100
commit641f43ba81d4c155cf2821a7be6b499aed66e1ec (patch)
tree72e2994830773d46047d19402cf395909c20c8c2 /synapse/__init__.py
parentAdd some type hints to datastore (#12423) (diff)
downloadsynapse-641f43ba81d4c155cf2821a7be6b499aed66e1ec.tar.xz
1.57.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 2e6510537f..7cdd921366 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -68,7 +68,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.56.0"
+__version__ = "1.57.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