summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-09-16 11:12:52 +0100
committerErik Johnston <erik@matrix.org>2021-09-16 11:12:52 +0100
commitbb0a4bd6d551f300e81d8386341d3ba6c376c084 (patch)
treecbd5297a39184932f7fa57842832287478983856 /synapse/__init__.py
parentMerge branch 'release-v1.43' of github.com:matrix-org/synapse into matrix-org... (diff)
parentCleanup opentracing logging for syncs (#10828) (diff)
downloadsynapse-bb0a4bd6d551f300e81d8386341d3ba6c376c084.tar.xz
Merge remote-tracking branch 'origin/release-v1.43' into matrix-org-hotfixes
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index dc7ae24295..d62ccd1dbc 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.42.0" +__version__ = "1.43.0rc1" 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