summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian M. Adams <rooftopcellist@gmail.com>2021-08-16 13:17:06 -0400
committerChristian M. Adams <rooftopcellist@gmail.com>2021-08-16 13:17:06 -0400
commit7db0dbee5109e56f2d652bfd0aa76c2e546ad0c4 (patch)
tree1c50ac018caf4960a1796a170a090ba6d0086716
parentd9a205f56edf052847eeeb5b38605f5268941ece (diff)
downloadansible-7db0dbee5109e56f2d652bfd0aa76c2e546ad0c4.tar.gz
New release v2.9.25v2.9.25
-rw-r--r--changelogs/.changes.yaml5
-rw-r--r--changelogs/CHANGELOG-v2.9.rst6
-rw-r--r--changelogs/fragments/v2.9.25_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 6d5d545e76..e4f4058706 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1905,6 +1905,11 @@ releases:
- aws_tiny_prefix.yaml
- v2.9.24rc1_summary.yaml
release_date: '2021-07-13'
+ 2.9.25:
+ codename: Immigrant Song
+ fragments:
+ - v2.9.25_summary.yaml
+ release_date: '2021-08-16'
2.9.25rc1:
codename: Immigrant Song
fragments:
diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst
index d0f654bc18..d82a375cc5 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.25rc1
-==========
+v2.9.25
+=======
Release Summary
---------------
-| Release Date: 2021-08-10
+| Release Date: 2021-08-16
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/fragments/v2.9.25_summary.yaml b/changelogs/fragments/v2.9.25_summary.yaml
new file mode 100644
index 0000000000..d39f3c3a2a
--- /dev/null
+++ b/changelogs/fragments/v2.9.25_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-08-16
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 8c8bce9231..68d50eae21 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.25rc1.post0'
+__version__ = '2.9.25'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'