We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932f36a commit 7e8da94Copy full SHA for 7e8da94
1 file changed
master/custom/branches.py
@@ -23,13 +23,14 @@
23
def generate_branches():
24
yield BranchInfo(
25
'3.x',
26
- version_tuple=(3, 15),
+ version_tuple=(3, 16),
27
git_branch='main',
28
is_main=True,
29
builddir_name='3.x',
30
builder_tag='3.x',
31
sort_key=-9999,
32
)
33
+ yield _maintenance_branch(3, 15)
34
yield _maintenance_branch(3, 14)
35
yield _maintenance_branch(3, 13)
36
yield _maintenance_branch(3, 12)
0 commit comments