diff --git a/master/custom/branches.py b/master/custom/branches.py index 8fffe6d0..483501b1 100644 --- a/master/custom/branches.py +++ b/master/custom/branches.py @@ -23,13 +23,14 @@ def generate_branches(): yield BranchInfo( '3.x', - version_tuple=(3, 15), + version_tuple=(3, 16), git_branch='main', is_main=True, builddir_name='3.x', builder_tag='3.x', sort_key=-9999, ) + yield _maintenance_branch(3, 15) yield _maintenance_branch(3, 14) yield _maintenance_branch(3, 13) yield _maintenance_branch(3, 12)