diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-02-10 09:56:51 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-02-10 09:56:51 +0000 |
commit | e439438b9b51ee22fc2bc19e89582c049b927701 (patch) | |
tree | 40ac73b5dfe2352229a6688d8afff2dec6515bed /synapse/__init__.py | |
parent | Merge branch 'release-v1.10.0' into matrix-org-hotfixes (diff) | |
parent | 1.10.0rc3 (diff) | |
download | synapse-e439438b9b51ee22fc2bc19e89582c049b927701.tar.xz |
Merge branch 'release-v1.10.0' into matrix-org-hotfixes
Diffstat (limited to 'synapse/__init__.py')
-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 4f1859bd57..36c0cf557a 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.10.0rc2" +__version__ = "1.10.0rc3" 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 |