diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-18 15:00:07 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-09-18 15:00:07 +0100 |
commit | 5b70acb44c730109029a5624238cdda80e109b17 (patch) | |
tree | 0283dc0b1ef3649a15637391681f757e037ee887 /synapse | |
parent | Use _check_sigs_and_hash_and_fetch to validate backfill requests (#8350) (diff) | |
download | synapse-github/release-v1.19.3.tar.xz |
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 078914695a..56705707e0 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.19.2" +__version__ = "1.19.3" 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 |