summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-01-22 14:03:46 +0000
committerBrendan Abolivier <babolivier@matrix.org>2020-01-22 14:03:46 +0000
commit0d0f32bc53fefb5eb444940998b97594da894967 (patch)
treebcb3f0994c7bff51949310b60ad576e964f65a73 /synapse/__init__.py
parentAdmin API to list, filter and sort rooms (#6720) (diff)
downloadsynapse-0d0f32bc53fefb5eb444940998b97594da894967.tar.xz
1.9.0rc1
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 17a6f691c8..1c44ca0999 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.9.0.dev2"
+__version__ = "1.9.0rc1"
 
 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