summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-07-31 18:32:25 +0100
committerErik Johnston <erik@matrix.org>2020-07-31 18:32:25 +0100
commit77b4af6438cf4e4771370c59416c375ed2e82d6b (patch)
tree24c7bb05733b7673c3dfcf4d091361c2c332f6bc
parentNewsfile (diff)
downloadsynapse-erikj/hope_ratelimit.tar.xz
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py

index 5155e719a1..7775323c6a 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py
@@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.18.0" +__version__ = "1.18.0-hope-ratelimit" 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