summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-29 15:53:17 +0000
committerErik Johnston <erik@matrix.org>2019-10-29 15:53:17 +0000
commit38474707b99b2425a085a3d96eb5f0d1c4622568 (patch)
tree0616acc724adf124d1220b9307d5518d5169d803 /synapse
parentNewsfile (diff)
parentMerge branch 'develop' of github.com:matrix-org/synapse into erikj/federation... (diff)
downloadsynapse-38474707b99b2425a085a3d96eb5f0d1c4622568.tar.xz
Merge branch 'erikj/federation_server_async_await' of github.com:matrix-org/synapse into erikj/receipts_async_await
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