summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorNeil Johnson <neil@matrix.org>2019-12-09 14:46:20 +0000
committerNeil Johnson <neil@matrix.org>2019-12-09 14:46:20 +0000
commit24da1ffcb615ecde30c413b73434688c0d5963b9 (patch)
tree859eea0204fa4e93d4a7e9a7720ee0be2c2edbc5 /synapse
parentSystemd documentation (#6490) (diff)
downloadsynapse-24da1ffcb615ecde30c413b73434688c0d5963b9.tar.xz
1.7.0rc1 v1.7.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 f99de2f3f3..c67a51a8d5 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.6.1"
+__version__ = "1.7.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