summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <olivier@librepush.net>2020-08-17 14:28:49 +0100
committerOlivier Wilkinson (reivilibre) <olivier@librepush.net>2020-08-17 14:28:49 +0100
commit8390e00c7fbadfa0508b954129e113fe6c2e6f83 (patch)
tree35c7cda003c849fc742d927a016271ace7e2c575 /synapse
parentConvert stream database to async/await. (#8074) (diff)
parentChangelog changes (diff)
downloadsynapse-8390e00c7fbadfa0508b954129e113fe6c2e6f83.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 832a8e2014..f493cbd7d1 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.19.0rc1"
+__version__ = "1.19.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