diff options
author | Sean Quah <seanq@element.io> | 2021-10-26 14:04:51 +0100 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2021-10-26 14:04:51 +0100 |
commit | cc75a6b1b20f599c6ec6699fb77c8a72b87d1ec2 (patch) | |
tree | 39758797e41314db18288d4377e75a0ad872e42f /synapse | |
parent | Move DNS lookups into separate thread pool (#11177) (diff) | |
download | synapse-cc75a6b1b20f599c6ec6699fb77c8a72b87d1ec2.tar.xz |
1.46.0rc1
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 2687d932ea..355b36fc63 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.45.1" +__version__ = "1.46.0rc1" 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 |