From 5125ec797c129eaa64e168ed9ed6177a1d2de1a3 Mon Sep 17 00:00:00 2001 From: Matt Davis <6775756+nitzmahone@users.noreply.github.com> Date: Tue, 23 Sep 2025 10:34:21 -0700 Subject: [PATCH] update 2.20 release codename (#85900) --- .github/RELEASE_NAMES.txt | 2 +- lib/ansible/release.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/RELEASE_NAMES.txt b/.github/RELEASE_NAMES.txt index 588013b5e9d..805dc3bdec6 100644 --- a/.github/RELEASE_NAMES.txt +++ b/.github/RELEASE_NAMES.txt @@ -1,4 +1,4 @@ -2.20.0 TBD +2.20.0 Good Times Bad Times 2.19.0 What Is and What Should Never Be 2.18.0 Fool in the Rain 2.17.0 Gallows Pole diff --git a/lib/ansible/release.py b/lib/ansible/release.py index cf36273f08e..e2c5b5fca3c 100644 --- a/lib/ansible/release.py +++ b/lib/ansible/release.py @@ -19,4 +19,4 @@ from __future__ import annotations __version__ = '2.20.0.dev0' __author__ = 'Ansible, Inc.' -__codename__ = "TBD" +__codename__ = "Good Times Bad Times"