diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-11 11:06:28 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-11 11:06:28 +0000 |
commit | 856b2a9555b6c5a70b98ad2a1e14b7dbee0949f3 (patch) | |
tree | 2faf917bbddcbda9e028de3866df74895718781e /synapse | |
parent | changelog wording (diff) | |
download | synapse-856b2a9555b6c5a70b98ad2a1e14b7dbee0949f3.tar.xz |
1.10.0rc5 v1.10.0rc5
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/__init__.py | 2 |
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 |