New release v2.10.3

This commit is contained in:
Rick Elrod 2020-11-02 15:34:41 -06:00
parent 7cd080b10d
commit 3e9afdae2e
4 changed files with 18 additions and 4 deletions

View file

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

View file

@ -2029,6 +2029,17 @@ releases:
- runas-become-system-privileges.yml
- v2.10.2rc1_summary.yaml
release_date: '2020-09-28'
2.10.3:
changes:
release_summary: '| Release Date: 2020-11-02
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: When the Levee Breaks
fragments:
- v2.10.3_summary.yaml
release_date: '2020-11-02'
2.10.3rc1:
changes:
breaking_changes:

View file

@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2020-11-02
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

View file

@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.10.3rc1.post0'
__version__ = '2.10.3'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'