summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-12-14 14:22:48 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-12-14 14:22:48 +0000
commit70ca05373bbeb8bcdc1ffb7570a1d28011710697 (patch)
tree18ff3299ac1a147bff5b74d2e6402ebfe255539f /synapse
parentRemove redundant `COALESCE()`s around `COUNT()`s in database queries (#11570) (diff)
parentMerge tag 'v1.49.0' (diff)
downloadsynapse-70ca05373bbeb8bcdc1ffb7570a1d28011710697.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synapse')
-rw-r--r--synapse/__init__.py2
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