diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-07-13 11:57:55 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-07-13 11:57:55 +0100 |
commit | f7bfa694aec6cb933b2b6e2ff971cda98dba3c6c (patch) | |
tree | bb5e44db6d11d37a8e3e648f8428b90c62c5a3f5 /synapse/__init__.py | |
parent | Github Actions workflow to attach release artifacts to release (#10379) (diff) | |
download | synapse-f7bfa694aec6cb933b2b6e2ff971cda98dba3c6c.tar.xz |
1.38.0rc3 v1.38.0rc3
Diffstat (limited to '')
-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..bbd691fba2 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.38.0rc2" +__version__ = "1.38.0rc3" 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 |