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"