summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2021-02-18 12:32:49 -0500
committerPatrick Cloke <patrickc@matrix.org>2021-02-18 12:32:49 -0500
commit1381cd05b00f4bd17b048c9a5efbd183d93b8e54 (patch)
tree3603fe10989f5cab1ebd536377d415303a75afac /synapse
parentMerge branch 'master' into develop (diff)
downloadsynapse-1381cd05b00f4bd17b048c9a5efbd183d93b8e54.tar.xz
1.28.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 359276427f..2e70f46186 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.27.0"
+__version__ = "1.28.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