Skip to content

Commit 0068388

Browse files
samccannpatchback[bot]
authored andcommitted
core-2.19 prep - update versioning (#2810)
(cherry picked from commit 1976c8e)
1 parent 7cbdb24 commit 0068388

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
@@ -245,15 +245,15 @@
245245
'current_version': version,
246246
'latest_version': (
247247
'devel' if tags.has('all') else
248-
'2.18' if tags.has('core_lang') or tags.has('core') else
248+
'2.19' if tags.has('core_lang') or tags.has('core') else
249249
'11' if tags.has('ansible')
250250
else '<UNKNOWN>'
251251
),
252252
# list specifically out of order to make latest work
253253
'available_versions': (
254254
('devel',) if tags.has('all') else
255255
('2.15_ja', '2.14_ja', '2.13_ja',) if tags.has('core_lang') else
256-
('2.18', '2.17', '2.16', 'devel',) if tags.has('core') else
256+
('2.19', '2.18', '2.17', 'devel',) if tags.has('core') else
257257
('latest', 'devel') if tags.has('ansible')
258258
else '<UNKNOWN>'
259259
),

0 commit comments

Comments
 (0)