New release v2.10.13

pull/75621/head v2.10.13
Christian M. Adams 3 years ago
parent 6919726435
commit 6890692d3f
No known key found for this signature in database
GPG Key ID: F41796178F693C8E

@ -5,13 +5,13 @@ Ansible Base 2.10 "When the Levee Breaks" Release Notes
.. contents:: Topics .. contents:: Topics
v2.10.13rc1 v2.10.13
=========== ========
Release Summary Release Summary
--------------- ---------------
| Release Date: 2021-08-10 | Release Date: 2021-08-16
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -1932,6 +1932,17 @@ releases:
- aws_tiny_prefix.yaml - aws_tiny_prefix.yaml
- v2.10.12rc1_summary.yaml - v2.10.12rc1_summary.yaml
release_date: '2021-07-13' release_date: '2021-07-13'
2.10.13:
changes:
release_summary: '| Release Date: 2021-08-16
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: When the Levee Breaks
fragments:
- v2.10.13_summary.yaml
release_date: '2021-08-16'
2.10.13rc1: 2.10.13rc1:
changes: changes:
bugfixes: bugfixes:

@ -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) from __future__ import (absolute_import, division, print_function)
__metaclass__ = type __metaclass__ = type
__version__ = '2.10.13rc1.post0' __version__ = '2.10.13'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks' __codename__ = 'When the Levee Breaks'

Loading…
Cancel
Save