summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-09-28 14:37:06 +0100
committerErik Johnston <erik@matrix.org>2021-09-28 14:37:06 +0100
commitb9a0f7983d33dceb2bdb298171f6cbf46c697091 (patch)
treeee82219b5d0a576cd54694208c1efe0d7c3c3e1a /synapse/__init__.py
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentFix exception responding to request that has been closed (#10932) (diff)
downloadsynapse-b9a0f7983d33dceb2bdb298171f6cbf46c697091.tar.xz
Merge remote-tracking branch 'origin/release-v1.44' 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 5f5cff1dfd..a1fec8ad2b 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.43.0" +__version__ = "1.44.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