diff options
author | David Robertson <davidr@element.io> | 2022-02-01 11:04:17 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-02-01 11:04:17 +0000 |
commit | a35e9db9be8666d9ce1164bec3f30b7623ecdfb5 (patch) | |
tree | 04e8b39fcc9f8195e9a9373a267f9bef584cb015 /synapse | |
parent | Add type hints to `tests/rest/admin` (#11851) (diff) | |
download | synapse-a35e9db9be8666d9ce1164bec3f30b7623ecdfb5.tar.xz |
1.52.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 603dbb27e1..5e65033061 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.51.0" +__version__ = "1.52.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 |