diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-11-10 09:44:38 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-11-10 09:44:38 +0000 |
commit | 82e62b488a8ec4829ab490250965248f1eee7990 (patch) | |
tree | 752b5b8057c16dbdd7e5e372c9815f56a53eb78a /synapse/__init__.py | |
parent | Correct the Debian changelog (diff) | |
download | synapse-82e62b488a8ec4829ab490250965248f1eee7990.tar.xz |
1.47.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 2206942e70..06b179a7e8 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.47.0rc1" +__version__ = "1.47.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 |