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-29 14:28:54 +0000
committerRichard van der Hoff <richard@matrix.org>2019-10-29 14:28:54 +0000
commit9ffcf0f7ba72f16e366f04db6384a9233b1808cb (patch)
tree6f2f23b040af271c8295089f19cf4bab6fcf639a /synapse/__init__.py
parentupdate ugrade notes (diff)
downloadsynapse-9ffcf0f7ba72f16e366f04db6384a9233b1808cb.tar.xz
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 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