summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-05-27 17:22:28 +0200
committerBrendan Abolivier <babolivier@matrix.org>2020-05-27 17:22:28 +0200
commitb4109499b452887894d514285bdac20869809d0b (patch)
tree62135c7d405d7925f7d16efe96a4dfefdfd27e0b /synapse/__init__.py
parentFix sample config docs error (#7581) (diff)
downloadsynapse-b4109499b452887894d514285bdac20869809d0b.tar.xz
1.14.0rc2
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 6327147d8e..5e957985d7 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.14.0rc1"
+__version__ = "1.14.0rc2"
 
 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