summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-21 10:47:03 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-21 10:47:03 +0000
commit266df5c90811a48f41ae683d184dc5365728b714 (patch)
treeba5b79ff9bf8770215e5459a6430af5dabeadce2 /synapse/__init__.py
parentDo not try to serialize raw aggregations dict. (#11791) (diff)
downloadsynapse-266df5c90811a48f41ae683d184dc5365728b714.tar.xz
1.51.0rc1
Diffstat (limited to 'synapse/__init__.py')
-rw-r--r--synapse/__init__.py2
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