diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-03-02 10:45:16 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-03-02 10:45:16 +0000 |
commit | 879e4a7bd7a90cda4c8ea908aede53d8e038ca7c (patch) | |
tree | aa8fdc635783ab425f30f4d6ee8bd3a54ff62b73 /synapse/__init__.py | |
parent | Remove misleading newsfile from #12126 which backs out an unreleased change. (diff) | |
download | synapse-879e4a7bd7a90cda4c8ea908aede53d8e038ca7c.tar.xz |
1.54.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 903f2e815d..b21e1ed0f3 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.53.0" +__version__ = "1.54.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 |