diff options
author | Erik Johnston <erik@matrix.org> | 2022-04-12 15:28:41 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-04-12 15:28:41 +0100 |
commit | a468768104887bd3c0d117096bec7f307dfd348c (patch) | |
tree | 3b45bd440687c5be500f58a5e48f228bc3517cd7 /synapse | |
parent | Disable groups/communities by default. (#12344) (diff) | |
parent | Update changelog (diff) | |
download | synapse-a468768104887bd3c0d117096bec7f307dfd348c.tar.xz |
Merge branch 'release-v1.57' into develop
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 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 |