diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-11-10 13:01:08 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-11-10 13:01:08 +0000 |
commit | 68c258a604caa09c1c96ae93d1512c88d7fbbd98 (patch) | |
tree | 606ebce5a0106122b0c45861a51dcfd78aa065b8 /synapse | |
parent | Fix typos in the `username_available` admin API documentation. (#11286) (diff) | |
parent | Changelog tweak from feedback (diff) | |
download | synapse-68c258a604caa09c1c96ae93d1512c88d7fbbd98.tar.xz |
Merge tag 'v1.47.0rc2' into develop
Synapse 1.47.0rc2 (2021-11-10) ============================== This fixes an issue with publishing the Debian packages for 1.47.0rc1. It is otherwise identical to 1.47.0rc1.
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 5ef34bce40..06b179a7e8 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.46.0" +__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 |