New release v2.13.10 (#80859)

pull/80864/head v2.13.10
Matt Martz 3 years ago committed by GitHub
parent 4d01ecb865
commit d4f0771c9b
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 .. contents:: Topics
v2.13.10rc1 v2.13.10
=========== ========
Release Summary Release Summary
--------------- ---------------
| Release Date: 2023-05-15 | Release Date: 2023-05-22
| `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.html>`__ | `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.html>`__

@ -780,6 +780,17 @@ releases:
fragments: fragments:
- v2.13.1_summary.yaml - v2.13.1_summary.yaml
release_date: '2022-06-20' release_date: '2022-06-20'
2.13.10:
changes:
release_summary: '| Release Date: 2023-05-22
| `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.html>`__
'
codename: Nobody's Fault but Mine
fragments:
- 2.13.10_summary.yaml
release_date: '2023-05-22'
2.13.10rc1: 2.13.10rc1:
changes: changes:
bugfixes: bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2023-05-22
| `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.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.13.10rc1.post0' __version__ = '2.13.10'
__author__ = 'Ansible, Inc.' __author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine" __codename__ = "Nobody's Fault but Mine"

Loading…
Cancel
Save