diff options
author | Erik Johnston <erik@matrix.org> | 2022-04-12 13:39:35 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-04-12 13:39:35 +0100 |
commit | 641f43ba81d4c155cf2821a7be6b499aed66e1ec (patch) | |
tree | 72e2994830773d46047d19402cf395909c20c8c2 /synapse/__init__.py | |
parent | Add some type hints to datastore (#12423) (diff) | |
download | synapse-641f43ba81d4c155cf2821a7be6b499aed66e1ec.tar.xz |
1.57.0rc1
Diffstat (limited to '')
-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 2e6510537f..7cdd921366 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -68,7 +68,7 @@ try: except ImportError: pass -__version__ = "1.56.0" +__version__ = "1.57.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 |