summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-29 15:51:12 +0000
committerErik Johnston <erik@matrix.org>2019-10-29 15:51:12 +0000
commit307e313ef4704ab3c8aeccad9e37f0f62fb89862 (patch)
treee16830e7325dc2d71029020e9b51cfce3af3de2f /synapse
parentNewsfile (diff)
parentFix CI for synapse_port_db (#6276) (diff)
downloadsynapse-307e313ef4704ab3c8aeccad9e37f0f62fb89862.tar.xz
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/port_rest_events
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