diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-16 13:37:03 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-09-16 13:37:03 +0100 |
commit | 5ffd68dca12e78b0e173a563918b71249c467b40 (patch) | |
tree | 989ed06ae179d4de17a1d8fb1cab6888a05b77d6 /synapse | |
parent | Merge branch 'erikj/fix_origin_check' into release-v1.19.2 (diff) | |
download | synapse-5ffd68dca12e78b0e173a563918b71249c467b40.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 1282d19b3c..078914695a 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.19.1" +__version__ = "1.19.2" 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 |