diff options
author | David Robertson <davidr@element.io> | 2021-09-21 14:05:00 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-09-21 14:05:00 +0100 |
commit | 706b0e41a169673cba9aa317fc7002fb45b78203 (patch) | |
tree | f8cd916e5dca2e5b67b122a96c8f358f95cd509c /synapse | |
parent | Always add local users to the user directory (#10796) (diff) | |
parent | Fix typo again (diff) | |
download | synapse-706b0e41a169673cba9aa317fc7002fb45b78203.tar.xz |
Merge tag 'v1.43.0' into develop
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 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 |