Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
'havana', 'icehouse', 'juno', 'kilo', 'liberty', 'mitaka', 'newton',
'ocata', 'pike', 'queens', 'rocky', 'stein', 'train', 'ussuri', 'victoria',
'wallaby', 'xena', 'yoga', 'zed', '2023.1', '2023.2', '2024.1', '2024.2',
'2025.1'
'2025.1', '2025.2'
]
unnamed = list(string.ascii_lowercase[len(releases) % 26:])
releases += unnamed
Expand Down Expand Up @@ -97,7 +97,7 @@
).read().strip(' \n\t').lower().split('\n'))
if len(stable_branches) == 0 or '' in stable_branches:
# Can be removed as soon as we have stable branches
watermark = "2025.2 DRAFT"
watermark = "2025.2"
else:
last_stable_release = stable_branches[-1].split('stable/')[-1]
try:
Expand Down Expand Up @@ -132,9 +132,9 @@
# built documents.
#
# The short X.Y version.
version = '2025.2 DRAFT'
version = '2025.2'
# The full version, including alpha/beta/rc tags.
release = '2025.2 DRAFT'
release = '2025.2'

# A few variables have to be set for the log-a-bug feature.
# giturl: The location of conf.py on Git. Must be set manually.
Expand Down