summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-12-31 17:21:56 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-12-31 17:21:56 +0000
commit72a1c6227879458c059a1f1d3d13d565331c40be (patch)
treef3f734b9fbba613e3688202ddaffe35884852955 /synapse
parentMerge commit '9b26a4ac8' into anoa/dinsic_release_1_23_1 (diff)
parent 1.23.1 (diff)
downloadsynapse-72a1c6227879458c059a1f1d3d13d565331c40be.tar.xz
Merge commit '1cec3d145' into anoa/dinsic_release_1_23_1
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 f2d3ac68eb..c38a8f613d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.24.0" +__version__ = "1.23.1" 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