diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-07-13 13:30:16 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-07-13 13:30:16 +0100 |
commit | 475fcb0f20e83745f42c5d49dcc7a8ee838b7e1e (patch) | |
tree | 1d82c92fe8768640c99753b55dcbf7e20a7ac3ed /synapse | |
parent | Fix some links in `docs` and `contrib` (#10370) (diff) | |
parent | Move upgrade blurb (diff) | |
download | synapse-475fcb0f20e83745f42c5d49dcc7a8ee838b7e1e.tar.xz |
Merge branch 'master' into develop
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 119afa9ebe..5ecce24eee 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.38.0rc2" +__version__ = "1.38.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 |