diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-07-28 11:22:32 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-07-28 11:22:32 +0100 |
commit | 7000a215e6387f54ce2f0aa3e324cb3ad021d69f (patch) | |
tree | 164eacbf86e335ce41087cde5e5574dec7792e13 /synapse/__init__.py | |
parent | Typing worker needs to handle stream update requests (#7967) (diff) | |
download | synapse-7000a215e6387f54ce2f0aa3e324cb3ad021d69f.tar.xz |
1.18.0rc2 v1.18.0rc2
Diffstat (limited to 'synapse/__init__.py')
-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 900513499d..83ce2ae6f4 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.18.0rc1" +__version__ = "1.18.0rc2" 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 |