summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-06-09 16:37:14 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-06-09 16:37:14 +0100
commit236d2d699d48e15d3c16ebd82dc8473a2fff8aca (patch)
tree96c3c6a3ebbf90428cf6543bf1a7c7f7346334c7 /synapse
parentRevert "1.15.0rc1" (diff)
downloadsynapse-236d2d699d48e15d3c16ebd82dc8473a2fff8aca.tar.xz
1.15.0rc1 v1.15.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 f0105d3e2f..39c3a3ba4d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.14.0" +__version__ = "1.15.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