summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:32:29 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-16 15:32:29 +0000
commit66bc1ac3408d94c0df63f94cce676470d9690790 (patch)
tree7f5f9982bd7a0e81ca5cea653f13167d5359c6bd /synapse
parentImprove signature checking on some federation APIs (#6262) (diff)
parent1.5.0rc2 (diff)
downloadsynapse-66bc1ac3408d94c0df63f94cce676470d9690790.tar.xz
1.5.0rc2
* commit 'c482d4582':
  1.5.0rc2
Diffstat (limited to 'synapse')
-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