summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <olivier@librepush.net>2020-08-17 14:11:17 +0100
committerOlivier Wilkinson (reivilibre) <olivier@librepush.net>2020-08-17 14:12:46 +0100
commitea4e4d2f0be528449d69a4ff7927824ab02d6b46 (patch)
tree86048e25be9ce1ba1e848540fbbf75b5f9eeb5f7 /synapse
parentMore changelog tweaks (diff)
downloadsynapse-ea4e4d2f0be528449d69a4ff7927824ab02d6b46.tar.xz
1.19.0
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 832a8e2014..f493cbd7d1 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.19.0rc1" +__version__ = "1.19.0" 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