summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-12-14 12:56:14 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2021-12-14 12:56:14 +0000
commit9f3c7e85a478f1c879b894bed67a3365b57540d8 (patch)
tree13e390daffce2a288537c63962b619497cc26e04 /synapse
parentSort internal changes in changelog (diff)
downloadsynapse-9f3c7e85a478f1c879b894bed67a3365b57540d8.tar.xz
1.49.0
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