summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2020-02-11 11:06:28 +0000
committerRichard van der Hoff <richard@matrix.org>2020-02-11 11:06:28 +0000
commit856b2a9555b6c5a70b98ad2a1e14b7dbee0949f3 (patch)
tree2faf917bbddcbda9e028de3866df74895718781e /synapse/__init__.py
parentchangelog wording (diff)
downloadsynapse-856b2a9555b6c5a70b98ad2a1e14b7dbee0949f3.tar.xz
1.10.0rc5 v1.10.0rc5
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 cc69ff0c41..ba339004ba 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.10.0rc4"
+__version__ = "1.10.0rc5"
 
 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