diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-21 14:55:06 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-04-21 14:55:06 +0100 |
commit | 4b2217ace210a59ac17d47b95bbf0a66d0447368 (patch) | |
tree | 1b34223a61ecdd153bdeeaccace3b67c58fbb5b3 /synapse/__init__.py | |
parent | Rename handler and config modules which end in handler/config. (#9816) (diff) | |
parent | Merge tag 'v1.32.1' (diff) | |
download | synapse-4b2217ace210a59ac17d47b95bbf0a66d0447368.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 7e97f5d995..5bfae24cbd 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.32.0" +__version__ = "1.32.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 |