New release v2.8.20

pull/74263/head v2.8.20
Rick Elrod 5 years ago
parent 48c28ae7ae
commit 8c16b47d11

@ -1863,6 +1863,11 @@ releases:
- win_get_url-Fix-restricted-header-handling.yml - win_get_url-Fix-restricted-header-handling.yml
- win_shell-arg-space.yaml - win_shell-arg-space.yaml
release_date: '2019-07-03' release_date: '2019-07-03'
2.8.20:
codename: How Many More Times
fragments:
- v2.8.20_summary.yaml
release_date: '2021-04-12'
2.8.20rc1: 2.8.20rc1:
codename: How Many More Times codename: How Many More Times
fragments: fragments:

@ -5,13 +5,13 @@ Ansible 2.8 "How Many More Times" Release Notes
.. contents:: Topics .. contents:: Topics
v2.8.20rc1 v2.8.20
========== =======
Release Summary Release Summary
--------------- ---------------
| Release Date: 2021-04-05 | Release Date: 2021-04-12
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ | `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) from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
__version__ = '2.8.20rc1.post0' __version__ = '2.8.20'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = 'How Many More Times' __codename__ = 'How Many More Times'

Loading…
Cancel
Save