Skip to content

Commit 1976c8e

Browse files
authored
core-2.19 prep - update versioning (#2810)
1 parent 953a581 commit 1976c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docsite/rst/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,15 @@
249249
'current_version': version,
250250
'latest_version': (
251251
'devel' if tags.has('all') else
252-
'2.18' if tags.has('core_lang') or tags.has('core') else
252+
'2.19' if tags.has('core_lang') or tags.has('core') else
253253
'11' if tags.has('ansible')
254254
else '<UNKNOWN>'
255255
),
256256
# list specifically out of order to make latest work
257257
'available_versions': (
258258
('devel',) if tags.has('all') else
259259
('2.15_ja', '2.14_ja', '2.13_ja',) if tags.has('core_lang') else
260-
('2.18', '2.17', '2.16', 'devel',) if tags.has('core') else
260+
('2.19', '2.18', '2.17', 'devel',) if tags.has('core') else
261261
('latest', 'devel') if tags.has('ansible')
262262
else '<UNKNOWN>'
263263
),

0 commit comments

Comments
 (0)