summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-08-03 11:32:10 +0100
committerErik Johnston <erik@matrix.org>2021-08-03 11:32:10 +0100
commitc8566191fcd7edf224db468f860c1b638fb8e763 (patch)
tree75b637006aa184b794b61a5eab2384ba7352ad00 /synapse
parentRevert use of PeriodicallyFlushingMemoryHandler by default (#10515) (diff)
downloadsynapse-c8566191fcd7edf224db468f860c1b638fb8e763.tar.xz
1.40.0rc1
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 5da6c924fc..d6c1765508 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.39.0" +__version__ = "1.40.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