summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-12-31 11:01:06 +0000
committerRichard van der Hoff <richard@matrix.org>2019-12-31 11:01:06 +0000
commitdc96943d514b18c47505271d7a6c2eeef7859dac (patch)
tree4d7a909fa49029a07d66c0c49f3af697a95b6682 /synapse/__init__.py
parentUpdate reverse proxy file name (#6590) (diff)
parent1.7.3 (diff)
downloadsynapse-dc96943d514b18c47505271d7a6c2eeef7859dac.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
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