summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-02-02 13:32:05 +0000
committerErik Johnston <erik@matrix.org>2021-02-02 13:32:05 +0000
commit2610930721f22d110f8c28256e0cc4612566be12 (patch)
tree0e4e4e95d1b12eab06d3f0700ce2a42ab048883d /synapse/__init__.py
parentAdd an admin API to get the current room state (#9168) (diff)
downloadsynapse-2610930721f22d110f8c28256e0cc4612566be12.tar.xz
1.27.0rc1
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index 93601dbad0..06b3820be5 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.26.0"
+__version__ = "1.27.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