summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-31 11:49:43 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2020-05-28 13:53:34 +0100
commit95314169e04f5a62c44cd0a3011299ca5f9ff509 (patch)
treee5f5e6f8a9cdff5b6b783672717881b12533f6f6 /synapse
parentNewsfile (diff)
downloadsynapse-95314169e04f5a62c44cd0a3011299ca5f9ff509.tar.xz
1.12.1rc1
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 5b86008945..c3c5b20f11 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.12.0" +__version__ = "1.12.1rc1" 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