summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-05-26 16:45:37 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-05-26 16:45:37 +0200
commit3b19c172471aba5e7c2ac62931a36401d2059400 (patch)
tree4f3eed7730c1fc60eb18a70f35548c36fa623794 /synapse/__init__.py
parentReplace device_27_unique_idx bg update with a fg one (#7562) (diff)
downloadsynapse-3b19c172471aba5e7c2ac62931a36401d2059400.tar.xz
1.14.0
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 0abf491172..f0105d3e2f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.13.0"
+__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