summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-06-29 20:54:40 +0100
committerRichard van der Hoff <richard@matrix.org>2021-06-29 20:54:40 +0100
commitd70eefc313c84a130ff726a6010b0865cfdba9d8 (patch)
tree3092a2d57eb36ab1fbb2f0d21b5a78e2bb4b5eb1 /synapse/__init__.py
parentRevert "Don't send catchup transactions for matrix hq" (diff)
parentUpdate newsfiles (diff)
downloadsynapse-d70eefc313c84a130ff726a6010b0865cfdba9d8.tar.xz
Merge branch 'release-v1.37' 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 c865d2e100..0900492619 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.37.0" +__version__ = "1.37.1a1" 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