summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-07-01 11:26:58 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-07-01 11:26:58 +0100
commitdc80a0762d70650663f0fb023216b9d8f46718e4 (patch)
tree1587f78203a00ee2f4a9ac9a30dc84e31f5b9f03 /synapse
parentBack out MSC2625 implementation (#7761) (diff)
downloadsynapse-dc80a0762d70650663f0fb023216b9d8f46718e4.tar.xz
1.16.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 4d39996a2e..f5cd8271a6 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.15.1"
+__version__ = "1.16.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