summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-12-21 11:07:41 +0000
committerRichard van der Hoff <richard@matrix.org>2021-12-21 11:07:41 +0000
commit8c36d332d598f55f471196fb9415bf27db3e6fcd (patch)
treeed150a3efda5e64f5874131edc58c34b257c8d9a /synapse/__init__.py
parentDisable aggregation bundling on `/sync` responses (#11583) (diff)
downloadsynapse-8c36d332d598f55f471196fb9415bf27db3e6fcd.tar.xz
1.49.1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/__init__.py b/synapse/__init__.py
index d44a03a2cb..d45e0f1883 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.49.0"
+__version__ = "1.49.1"
 
 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