summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-09-17 12:15:17 +0100
committerDavid Robertson <davidr@element.io>2021-09-17 12:15:17 +0100
commitb4c1af8cea07e95e4b695256fb9c67e3a7ed236e (patch)
treec8e4f076795c618b4e22963210d3443950c97333 /synapse/__init__.py
parentCreate a constant for a small png image in tests. (#10834) (diff)
parentAdd hyperlink to #9424 in changelog (diff)
downloadsynapse-b4c1af8cea07e95e4b695256fb9c67e3a7ed236e.tar.xz
Merge branch 'release-v1.43' into develop
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 d62ccd1dbc..c9ef90ccaa 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.43.0rc1" +__version__ = "1.43.0rc2" 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