diff options
author | Erik Johnston <erik@matrix.org> | 2020-07-31 18:32:25 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-07-31 18:32:25 +0100 |
commit | 77b4af6438cf4e4771370c59416c375ed2e82d6b (patch) | |
tree | 24c7bb05733b7673c3dfcf4d091361c2c332f6bc | |
parent | Newsfile (diff) | |
download | synapse-github/erikj/hope_ratelimit.tar.xz |
Bump version github/erikj/hope_ratelimit erikj/hope_ratelimit
-rw-r--r-- | synapse/__init__.py | 2 |
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 |