summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-11-20 14:12:42 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-11-20 14:12:42 +0000
commit41e4566682946fca8600214969c4e9562b5a9315 (patch)
tree78a91e84b321acd9cd9590c5095b9f53698e2bfb /synapse
parentDocker: Change permissions for data dir before attempting to write to it (#6389) (diff)
downloadsynapse-41e4566682946fca8600214969c4e9562b5a9315.tar.xz
1.6.0rc1 v1.6.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 1c27d68009..1d962f5dc8 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.5.1"
+__version__ = "1.6.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