diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-07-27 16:57:40 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-07-27 16:57:40 +0100 |
commit | f88c48f3b88dc4817bb4072d67152182f72158ce (patch) | |
tree | 729f91ecda04aca650782cc63d4a1bbfae17c1b3 /synapse/__init__.py | |
parent | Fix error reporting when using `opentracing.trace` (#7961) (diff) | |
download | synapse-f88c48f3b88dc4817bb4072d67152182f72158ce.tar.xz |
1.18.0rc1
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 8592dee179..900513499d 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -36,7 +36,7 @@ try: except ImportError: pass -__version__ = "1.17.0" +__version__ = "1.18.0rc1" 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 |