New release v2.13.1 (#78086)

pull/78095/head v2.13.1
Dimitri Savineau 4 years ago committed by GitHub
parent 34203f6b56
commit e9f633ec72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,13 +5,13 @@ ansible-core 2.13 "Nobody's Fault but Mine" Release Notes
.. contents:: Topics
v2.13.1rc1
==========
v2.13.1
=======
Release Summary
---------------
| Release Date: 2022-06-13
| Release Date: 2022-06-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -769,6 +769,17 @@ releases:
- 77535-prevent-losing-unsafe-lookups.yml
- v2.13.0rc1_summary.yaml
release_date: '2022-05-02'
2.13.1:
changes:
release_summary: '| Release Date: 2022-06-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Nobody's Fault but Mine
fragments:
- v2.13.1_summary.yaml
release_date: '2022-06-20'
2.13.1rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2022-06-20
| `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.13.1rc1.post0'
__version__ = '2.13.1'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"

Loading…
Cancel
Save