summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <chadams@redhat.com>2021-09-13 10:01:24 -0400
committerChristian M. Adams <chadams@redhat.com>2021-09-13 10:01:24 -0400
commit8c37018a689fba2462f5f972616b256b0ef804b1 (patch)
tree38577ea2f4e7779141546ff134e96dd3afff1ecc
parenta1563c5de190f6a8b729cf5df95139d6fcfcd144 (diff)
downloadansible-8c37018a689fba2462f5f972616b256b0ef804b1.tar.gz
New release v2.9.26v2.9.26
-rw-r--r--changelogs/.changes.yaml5
-rw-r--r--changelogs/CHANGELOG-v2.9.rst6
-rw-r--r--changelogs/fragments/v2.9.26_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 852cc55687..ea04de529c 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1921,6 +1921,11 @@ releases:
- unsafe_writes_fix.yml
- v2.9.25rc1_summary.yaml
release_date: '2021-08-10'
+ 2.9.26:
+ codename: Immigrant Song
+ fragments:
+ - v2.9.26_summary.yaml
+ release_date: '2021-09-13'
2.9.26rc1:
codename: Immigrant Song
fragments:
diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst
index 066f7a621d..0a98ab0d65 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.26rc1
-==========
+v2.9.26
+=======
Release Summary
---------------
-| Release Date: 2021-09-08
+| Release Date: 2021-09-13
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/fragments/v2.9.26_summary.yaml b/changelogs/fragments/v2.9.26_summary.yaml
new file mode 100644
index 0000000000..5c2c167dc1
--- /dev/null
+++ b/changelogs/fragments/v2.9.26_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-09-13
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 33cd7115c4..6a933c5a3d 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.26rc1.post0'
+__version__ = '2.9.26'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'