diff options
author | David Robertson <davidr@element.io> | 2021-10-14 10:59:27 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-10-14 10:59:27 +0100 |
commit | 99a4e5222d82cfcf8686b71d8fa94c8a81dfcbd6 (patch) | |
tree | 9ad01e0a6b1bec3cba1b0c626e927ffc4a0de9c1 /synapse/__init__.py | |
parent | Stop user directory from failing if it encounters users not in the `users` ta... (diff) | |
download | synapse-99a4e5222d82cfcf8686b71d8fa94c8a81dfcbd6.tar.xz |
1.45.0rc2
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 6b109ccffa..ab90093e70 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.45.0rc1" +__version__ = "1.45.0rc2" 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 |