diff options
author | David Robertson <davidr@element.io> | 2021-10-19 12:44:33 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-10-19 12:44:33 +0100 |
commit | a6c318735da7bcc689ff266dad12b50bd42ebe52 (patch) | |
tree | 8c46d3b9a1ed82374b5466e94582503df2c9fdc5 /synapse | |
parent | Move _persist_auth_tree into FederationEventHandler (#11115) (diff) | |
parent | Be less inconsistent about v1.2.3 versus 1.2.3 (diff) | |
download | synapse-a6c318735da7bcc689ff266dad12b50bd42ebe52.tar.xz |
Merge branch 'master' 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 ab90093e70..97452f34fe 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.45.0rc2" +__version__ = "1.45.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 |