summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-05-26 17:20:43 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-05-26 17:20:43 +0200
commit87e417c5cbd2d9261e0456f0502e036244d71f5b (patch)
tree67ab8fa408e1a3113c5c08eee238728646140d2a /synapse
parentMore changelog fix (diff)
downloadsynapse-87e417c5cbd2d9261e0456f0502e036244d71f5b.tar.xz
Not full release yet, this is rc1
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 f0105d3e2f..6327147d8e 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.14.0"
+__version__ = "1.14.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