summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2020-05-19 09:19:09 -0400
committerPatrick Cloke <patrickc@matrix.org>2020-05-19 09:19:09 -0400
commitac3264bf1ec8815cde14d77a62caad373c280ef1 (patch)
treeffa2ec685d8ab04965b11fdfd5fff37d14e4d70f /synapse
parentupdate dh-virtualenv (#7526) (diff)
downloadsynapse-ac3264bf1ec8815cde14d77a62caad373c280ef1.tar.xz
1.13.0
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 6b26c5e87e..0abf491172 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.13.0rc3" +__version__ = "1.13.0" 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