summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-01-23 12:57:55 +0000
committerBrendan Abolivier <babolivier@matrix.org>2020-01-23 12:57:55 +0000
commitf3eac2b3e94539b5b01ce1f5580f11e8ba205385 (patch)
treec9574daa5a1eca4fc0381c9035719365b9007676 /synapse/__init__.py
parentFixup warning about workers changes (diff)
downloadsynapse-f3eac2b3e94539b5b01ce1f5580f11e8ba205385.tar.xz
1.9.0
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 1c44ca0999..6236e13aa3 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.9.0rc1"
+__version__ = "1.9.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