diff options
author | Richard van der Hoff <richard@matrix.org> | 2022-03-24 19:39:45 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2022-03-24 19:39:45 +0000 |
commit | b0659a112d585a5e81ea429f4fd8d9e67cdee78d (patch) | |
tree | e43ac56c82bcffb18014dfe2c03aa6b55a14713b /synapse/__init__.py | |
parent | Remove unused test code. (#12291) (diff) | |
parent | changelog (diff) | |
download | synapse-b0659a112d585a5e81ea429f4fd8d9e67cdee78d.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 70f56824f9..88aef1889c 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -68,7 +68,7 @@ try: except ImportError: pass -__version__ = "1.55.1" +__version__ = "1.55.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 |