summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-10-28 12:48:18 +0000
committerRichard van der Hoff <richard@matrix.org>2019-10-28 12:48:18 +0000
commitc482d458221945d56dec1762c27205d229255eb3 (patch)
treea35901b9f7ce8bc800279d35f126e481c9b1c768 /synapse/__init__.py
parentImprove signature checking on some federation APIs (#6262) (diff)
downloadsynapse-c482d458221945d56dec1762c27205d229255eb3.tar.xz
1.5.0rc2 v1.5.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 bcc2f8c049..d0f92ffbf3 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.5.0rc1"
+__version__ = "1.5.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