diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-12-31 11:01:06 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-12-31 11:01:06 +0000 |
commit | dc96943d514b18c47505271d7a6c2eeef7859dac (patch) | |
tree | 4d7a909fa49029a07d66c0c49f3af697a95b6682 /synapse/__init__.py | |
parent | Update reverse proxy file name (#6590) (diff) | |
parent | 1.7.3 (diff) | |
download | synapse-dc96943d514b18c47505271d7a6c2eeef7859dac.tar.xz |
Merge branch 'master' into develop
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 996101cf09..71cb611820 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.7.2" +__version__ = "1.7.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 |