diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-12-14 14:22:48 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2021-12-14 14:22:48 +0000 |
commit | 70ca05373bbeb8bcdc1ffb7570a1d28011710697 (patch) | |
tree | 18ff3299ac1a147bff5b74d2e6402ebfe255539f /synapse | |
parent | Remove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) (diff) | |
parent | Merge tag 'v1.49.0' (diff) | |
download | synapse-70ca05373bbeb8bcdc1ffb7570a1d28011710697.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 6369f18a53..d44a03a2cb 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.49.0rc1" +__version__ = "1.49.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 |