summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-02-16 13:39:30 +0000
committerErik Johnston <erik@matrix.org>2021-02-16 13:39:30 +0000
commit0ad087273cfcbe1f69c267669bc9cf066ecb4841 (patch)
tree7eae0cdfe674367ea3670ba9d53301e8ff64bd2c /synapse
parentHandle missing data in power levels events during room upgrade. (#9395) (diff)
parentFixup CHANGES (diff)
downloadsynapse-0ad087273cfcbe1f69c267669bc9cf066ecb4841.tar.xz
Merge branch 'master' into develop
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 283d6ffeff..359276427f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.27.0rc2"
+__version__ = "1.27.0"
 
 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