diff options
author | Patrick Cloke <patrickc@matrix.org> | 2020-09-18 10:56:50 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2020-09-18 10:56:50 -0400 |
commit | d5f7182ba15647f1c900883b7edbe898e32f012b (patch) | |
tree | 38b0abe5ea58126e3e383f720db68f2bc1755ee7 /synapse/__init__.py | |
parent | Merge tag 'v1.19.3' into release-v1.20.0 (diff) | |
download | synapse-d5f7182ba15647f1c900883b7edbe898e32f012b.tar.xz |
1.20.0rc5
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 6b11c5681b..a95753dcc7 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.20.0rc4" +__version__ = "1.20.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 |