diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-12-21 11:07:41 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-12-21 11:07:41 +0000 |
commit | 8c36d332d598f55f471196fb9415bf27db3e6fcd (patch) | |
tree | ed150a3efda5e64f5874131edc58c34b257c8d9a /synapse | |
parent | Disable aggregation bundling on `/sync` responses (#11583) (diff) | |
download | synapse-8c36d332d598f55f471196fb9415bf27db3e6fcd.tar.xz |
1.49.1
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 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 |