diff options
author | David Robertson <davidr@element.io> | 2021-09-21 11:49:15 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-09-21 11:49:15 +0100 |
commit | c4ef61136f4d0819785965f53ec9db607da8b907 (patch) | |
tree | bb550912deaf1759b1d075da482d1fcbf8294bca /synapse/__init__.py | |
parent | Add hyperlink to #9424 in changelog (diff) | |
download | synapse-c4ef61136f4d0819785965f53ec9db607da8b907.tar.xz |
1.43.0
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 c9ef90ccaa..5f5cff1dfd 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.43.0rc2" +__version__ = "1.43.0" 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 |