summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-06-22 00:19:11 -0500
committerRick Elrod <rick@elrod.me>2021-06-22 00:19:11 -0500
commit8016c034da1140fe09f7db626124ebe04a27557a (patch)
tree46d966c02e6da1072937f33b6dd6d52c9d4796fb
parentba66bebcdad9647483618ef899a913b8431b7974 (diff)
downloadansible-8016c034da1140fe09f7db626124ebe04a27557a.tar.gz
New release v2.9.23v2.9.23
-rw-r--r--changelogs/.changes.yaml5
-rw-r--r--changelogs/CHANGELOG-v2.9.rst6
-rw-r--r--changelogs/fragments/v2.9.23_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 12 insertions, 4 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index ba9dcc6a78..f2edd84fc3 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1879,6 +1879,11 @@ releases:
- jinja2_decorator_renames.yml
- v2.9.22rc1_summary.yaml
release_date: '2021-05-17'
+ 2.9.23:
+ codename: Immigrant Song
+ fragments:
+ - v2.9.23_summary.yaml
+ release_date: '2021-06-22'
2.9.23rc1:
codename: Immigrant Song
fragments:
diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst
index 3f0c2b24c2..06dc6ac88f 100644
--- a/changelogs/CHANGELOG-v2.9.rst
+++ b/changelogs/CHANGELOG-v2.9.rst
@@ -5,13 +5,13 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics
-v2.9.23rc1
-==========
+v2.9.23
+=======
Release Summary
---------------
-| Release Date: 2021-06-14
+| Release Date: 2021-06-22
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/fragments/v2.9.23_summary.yaml b/changelogs/fragments/v2.9.23_summary.yaml
new file mode 100644
index 0000000000..1f157f04b7
--- /dev/null
+++ b/changelogs/fragments/v2.9.23_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-06-22
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 3293d9646a..7414a3047c 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
-__version__ = '2.9.23rc1.post0'
+__version__ = '2.9.23'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'