This commit is contained in:
David Robertson 2021-10-19 11:19:55 +01:00
parent 191396f4ba
commit 8b1185347a
No known key found for this signature in database
GPG key ID: 903ECE108A39DEDD
4 changed files with 18 additions and 2 deletions

View file

@ -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