summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-04-23 10:59:10 -0400
committerAndrew Morgan <andrew@amorgan.xyz>2020-05-28 13:54:15 +0100
commit1882ffce79fa2cb860c43e0b4b637354f202864d (patch)
treeddaf24e871de109054a5fafdbca21e2137fc9f9e /synapse
parentformatting for the changelog (diff)
downloadsynapse-1882ffce79fa2cb860c43e0b4b637354f202864d.tar.xz
1.12.4
Diffstat (limited to '')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index fff9d311f3..d8d340f426 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.12.4rc1" +__version__ = "1.12.4" 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