summary refs log tree commit diff
path: root/synapse/__init__.py
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-07 14:22:13 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-01-07 14:22:13 +0000
commit6a04767439ec15123c1aa7cac614155652d71c6a (patch)
treefc35840da859551bbf8500e6ce5b52ddcf4476a8 /synapse/__init__.py
parentBundle aggregations outside of the serialization method. (#11612) (diff)
parentMove changelog entry for drop of support to 'Deprecations and Removals' (diff)
downloadsynapse-6a04767439ec15123c1aa7cac614155652d71c6a.tar.xz
Merge branch 'release-v1.50' into develop
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 95a49c20be..92aec334e6 100644
--- a/synapse/__init__.py
+++ b/synapse/__init__.py
@@ -47,7 +47,7 @@ try:
 except ImportError:
     pass
 
-__version__ = "1.49.2"
+__version__ = "1.50.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