diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-05-11 14:15:30 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-05-11 14:15:30 +0100 |
commit | 652a6b094d98e56290f0b6889cc401c364bad433 (patch) | |
tree | ba7a21ef2804be8fa33bf1463ecbfb0743090f06 /synapse/__init__.py | |
parent | Add config option to hide device names over federation (#9945) (diff) | |
parent | Use link to advisory rather than to the CVE repo (diff) | |
download | synapse-652a6b094d98e56290f0b6889cc401c364bad433.tar.xz |
Merge branch 'master' into develop
Diffstat (limited to 'synapse/__init__.py')
-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 441cd8b339..ce822ccb04 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.33.1" +__version__ = "1.33.2" 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 |