Skip to content

Commit 3d3ae8b

Browse files
committed
update version
1 parent e23bd71 commit 3d3ae8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
'havana', 'icehouse', 'juno', 'kilo', 'liberty', 'mitaka', 'newton',
6767
'ocata', 'pike', 'queens', 'rocky', 'stein', 'train', 'ussuri', 'victoria',
6868
'wallaby', 'xena', 'yoga', 'zed', '2023.1', '2023.2', '2024.1', '2024.2',
69-
'2025.1'
69+
'2025.1', '2025.2'
7070
]
7171
unnamed = list(string.ascii_lowercase[len(releases) % 26:])
7272
releases += unnamed
@@ -97,7 +97,7 @@
9797
).read().strip(' \n\t').lower().split('\n'))
9898
if len(stable_branches) == 0 or '' in stable_branches:
9999
# Can be removed as soon as we have stable branches
100-
watermark = "2025.2 DRAFT"
100+
watermark = "2026.1 DRAFT"
101101
else:
102102
last_stable_release = stable_branches[-1].split('stable/')[-1]
103103
try:
@@ -132,9 +132,9 @@
132132
# built documents.
133133
#
134134
# The short X.Y version.
135-
version = '2025.2 DRAFT'
135+
version = '2026.1 DRAFT'
136136
# The full version, including alpha/beta/rc tags.
137-
release = '2025.2 DRAFT'
137+
release = '2026.1 DRAFT'
138138

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

0 commit comments

Comments
 (0)