summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-02-11 11:22:29 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-02-11 11:22:29 -0500
commit40de53423856eee775fc3777b101ac1e3581bcee (patch)
treeafa55c010ff3de522f783f4e82ffdbae58444091 /synapse/__init__.py
parentBackout changes for automatically calculating the public baseurl. (#9313) (diff)
downloadsynapse-40de53423856eee775fc3777b101ac1e3581bcee.tar.xz
1.27.0rc2
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 06b3820be5..283d6ffeff 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.27.0rc1"
+__version__ = "1.27.0rc2"
 
 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