diff options
author | Erik Johnston <erik@matrix.org> | 2021-08-03 11:32:10 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-08-03 11:32:10 +0100 |
commit | c8566191fcd7edf224db468f860c1b638fb8e763 (patch) | |
tree | 75b637006aa184b794b61a5eab2384ba7352ad00 /synapse/__init__.py | |
parent | Revert use of PeriodicallyFlushingMemoryHandler by default (#10515) (diff) | |
download | synapse-c8566191fcd7edf224db468f860c1b638fb8e763.tar.xz |
1.40.0rc1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r-- | synapse/__init__.py | 2 |
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 |