summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-05-28 12:36:00 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-05-28 12:36:00 +0200
commit61469308df5a0fc119d6e6464500af3eccb00f83 (patch)
tree8422fc5876527a70f598c10825745b1e28edb2f1 /synapse/__init__.py
parentImprove changelog wording (diff)
downloadsynapse-61469308df5a0fc119d6e6464500af3eccb00f83.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 5e957985d7..f0105d3e2f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.14.0rc2"
+__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