diff options
author | Sean Quah <seanq@element.io> | 2022-02-15 10:44:24 +0000 |
---|---|---|
committer | Sean Quah <seanq@element.io> | 2022-02-15 10:44:24 +0000 |
commit | 7c055990412d99a211d36ea108e17bf9d295ff67 (patch) | |
tree | 96b636b25dd48619797ff979068b1b668dc367f1 /synapse/__init__.py | |
parent | Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969) (diff) | |
download | synapse-7c055990412d99a211d36ea108e17bf9d295ff67.tar.xz |
1.53.0rc1
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 a23563937a..2bf8eb2a11 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.52.0" +__version__ = "1.53.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 |