diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-01-21 10:47:03 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-01-21 10:47:03 +0000 |
commit | 266df5c90811a48f41ae683d184dc5365728b714 (patch) | |
tree | ba5b79ff9bf8770215e5459a6430af5dabeadce2 /synapse | |
parent | Do not try to serialize raw aggregations dict. (#11791) (diff) | |
download | synapse-266df5c90811a48f41ae683d184dc5365728b714.tar.xz |
1.51.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 5ec9f94174..3d0d165f48 100644 --- a/synapse/__init__.py +++ b/synapse/__init__.py @@ -47,7 +47,7 @@ try: except ImportError: pass -__version__ = "1.50.1" +__version__ = "1.51.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 |