diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2021-10-12 10:47:15 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2021-10-12 10:47:15 +0100 |
commit | 8c5255b6643f0f1465a5ac9bf28dcea3b4f00405 (patch) | |
tree | 9ecad5b031ab24a881394710979da34662abab46 /synapse | |
parent | disallow-untyped-defs for synapse.push (#11023) (diff) | |
download | synapse-8c5255b6643f0f1465a5ac9bf28dcea3b4f00405.tar.xz |
1.45.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 b8979c365e..6b109ccffa 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.44.0" +__version__ = "1.45.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 |