summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-11-02 13:23:01 +0000
committerErik Johnston <erik@matrix.org>2021-11-02 13:23:01 +0000
commitdf84ad602b21a4cea3a63c9117b5cd7884f1ab05 (patch)
tree23ceb6d2a08dc77cbb3e7c9139437aa53bcea6c2 /synapse
parentForce deb compression with `xz`. (#11197) (diff)
downloadsynapse-df84ad602b21a4cea3a63c9117b5cd7884f1ab05.tar.xz
1.46.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 355b36fc63..5ef34bce40 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.46.0rc1" +__version__ = "1.46.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