diff options
author | David Robertson <davidr@element.io> | 2021-10-19 11:19:55 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2021-10-19 11:19:55 +0100 |
commit | 8b1185347a3bfa4530500fe274ffc9006ec027ea (patch) | |
tree | 4a6d1e183f4b3a71bf55979e5eae3035ca9d30fe /synapse/__init__.py | |
parent | Reword changelog regarding a suspected regression (#11117) (diff) | |
download | synapse-8b1185347a3bfa4530500fe274ffc9006ec027ea.tar.xz |
1.45.0
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 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 |