diff options
author | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2020-07-30 10:56:54 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <olivier@librepush.net> | 2020-07-30 10:56:54 +0100 |
commit | a9631b7b4bc84dd1285472add70555b8b03992b2 (patch) | |
tree | 02581bcd24699e62a338d5d7047d72682ed144d5 /synapse | |
parent | Update worker docs with recent enhancements (#7969) (diff) | |
download | synapse-a9631b7b4bc84dd1285472add70555b8b03992b2.tar.xz |
1.18.0
Diffstat (limited to 'synapse')
-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 83ce2ae6f4..5155e719a1 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.18.0rc2" +__version__ = "1.18.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 |