summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-04-21 16:39:55 +0100
committerRichard van der Hoff <richard@matrix.org>2021-04-21 16:39:55 +0100
commitf21a46216f7a7c4931b079f153d37e6dd5682abb (patch)
treeb356b0fd96e7f351d0c221e29aa4a28251b4824a /synapse
parentMerge branch 'release-v1.32.1' into matrix-org-hotfixes (diff)
parentClarify 1.32.0/1 changelog and upgrade notes (diff)
downloadsynapse-f21a46216f7a7c4931b079f153d37e6dd5682abb.tar.xz
Merge branch 'release-v1.32.2' into matrix-org-hotfixes
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 7e97f5d995..5bfae24cbd 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.32.0" +__version__ = "1.32.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