summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-10-29 14:40:57 +0000
committerRichard van der Hoff <richard@matrix.org>2019-10-29 14:40:57 +0000
commit65cb307e19d9307e79625a15a087acde265988a7 (patch)
tree4a75598fa14548d3fbb8cca6e152ea4853af07b5 /synapse
parentMerge branch 'babolivier/changelog-name' into develop (diff)
parent1.5.0 (diff)
downloadsynapse-65cb307e19d9307e79625a15a087acde265988a7.tar.xz
Merge branch 'master' into develop
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 d0f92ffbf3..8587ffa76f 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.5.0rc2"
+__version__ = "1.5.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