New release v2.9.20

pull/74262/head v2.9.20
Rick Elrod 5 years ago
parent 910f4b79cc
commit d5f2ef4489

@ -1822,6 +1822,11 @@ releases:
- win_iis_webapppool-check-mode.yaml
- windows-coverage-encoding.yaml
release_date: '2019-12-04'
2.9.20:
codename: Immigrant Song
fragments:
- v2.9.20_summary.yaml
release_date: '2021-04-12'
2.9.20rc1:
codename: Immigrant Song
fragments:

@ -5,13 +5,13 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics
v2.9.20rc1
==========
v2.9.20
=======
Release Summary
---------------
| Release Date: 2021-04-05
| Release Date: 2021-04-12
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-04-12
| `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.20rc1.post0'
__version__ = '2.9.20'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'

Loading…
Cancel
Save