diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-12-21 17:32:16 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-12-21 17:32:16 +0000 |
commit | aa874a13902fcf7f3e4024cd95a8491f308367bb (patch) | |
tree | 85ddc84a98be3a84a32fde460c5c6bc00b803203 /synapse | |
parent | Pin to frozendict<2.1.2 (#11625) (diff) | |
download | synapse-aa874a13902fcf7f3e4024cd95a8491f308367bb.tar.xz |
1.49.2
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 d45e0f1883..95a49c20be 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.49.1" +__version__ = "1.49.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 |