New release v2.9.25

pull/75581/head v2.9.25
Christian M. Adams 4 years ago
parent d9a205f56e
commit 7db0dbee51
No known key found for this signature in database
GPG Key ID: F41796178F693C8E

@ -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:

@ -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>`__

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-08-16
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -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'

Loading…
Cancel
Save