summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-06-09 16:34:37 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-06-09 16:34:37 +0100
commit2dc9468c27884540afdaf51bf56f43e38b8e1f8e (patch)
treeaba5fdf5a1ad449e0924f2b56871284b97752379 /synapse/__init__.py
parent1.15.0rc1 (diff)
downloadsynapse-2dc9468c27884540afdaf51bf56f43e38b8e1f8e.tar.xz
Revert "1.15.0rc1"
This reverts commit 8587b0426fa4e65992aaa47158e991fa1797d3fb.
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 39c3a3ba4d..f0105d3e2f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.15.0rc1"
+__version__ = "1.14.0"
 
 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