summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-12-31 17:57:00 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-12-31 17:57:00 +0000
commit4fd2bd67dd6aae9754608af012e3337042d6b687 (patch)
tree6191f216d1b08163e928ac18a0a7d3658c1ce8fd /synapse
parentMerge commit '1cec3d145' into anoa/dinsic_release_1_23_1 (diff)
parentMerge pull request #8906 from matrix-org/rav/fix_multiarch_builds (diff)
downloadsynapse-4fd2bd67dd6aae9754608af012e3337042d6b687.tar.xz
Merge commit '3e8292d48' 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 c38a8f613d..f2d3ac68eb 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.23.1" +__version__ = "1.24.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