New release v2.11.5

pull/75706/head v2.11.5
Christian M. Adams 3 years ago
parent 640063c02d
commit 2fdb9767e9
No known key found for this signature in database
GPG Key ID: 9C561C1398442F64

@ -5,13 +5,13 @@ ansible-core 2.11 "Hey Hey, What Can I Do" Release Notes
.. contents:: Topics
v2.11.5rc1
==========
v2.11.5
=======
Release Summary
---------------
| Release Date: 2021-09-08
| Release Date: 2021-09-13
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

@ -1936,6 +1936,17 @@ releases:
- v2.11.4rc1_summary.yaml
- when-eval-native-py310.yml
release_date: '2021-08-10'
2.11.5:
changes:
release_summary: '| Release Date: 2021-09-13
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Hey Hey, What Can I Do
fragments:
- v2.11.5_summary.yaml
release_date: '2021-09-13'
2.11.5rc1:
changes:
bugfixes:

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-09-13
| `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.11.5rc1.post0'
__version__ = '2.11.5'
__author__ = 'Ansible, Inc.'
__codename__ = 'Hey Hey, What Can I Do'

Loading…
Cancel
Save