summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-01-31 15:35:37 +0000
committerErik Johnston <erik@matrix.org>2020-01-31 15:35:37 +0000
commitac0d45b78b647f6744b5850da88a4ca8c76666b9 (patch)
tree3d6917e84608f661d9af3f3dd6ce24444012c9aa /synapse/__init__.py
parentFix deleting of stale marker for device lists (#6819) (diff)
downloadsynapse-ac0d45b78b647f6744b5850da88a4ca8c76666b9.tar.xz
1.10.0rc1
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 a236888d3c..bd942d3e1c 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.9.1"
+__version__ = "1.10.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