summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-03-30 11:19:21 +0100
committerErik Johnston <erik@matrix.org>2021-03-30 11:19:21 +0100
commit78e48f61bf98099dea127535d4f427e5cc9ad34e (patch)
tree64fa236aeba5093af391a82db25311b46dd1aaac /synapse/__init__.py
parentUse 'dmypy run' in lint.sh instead of 'mypy' (#9701) (diff)
downloadsynapse-78e48f61bf98099dea127535d4f427e5cc9ad34e.tar.xz
1.31.0rc1
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 c9bc8fb9e9..419299bf01 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -48,7 +48,7 @@ try: except ImportError: pass -__version__ = "1.30.1" +__version__ = "1.31.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