summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-11-02 15:34:41 -0600
committerRick Elrod <rick@elrod.me>2020-11-02 15:34:41 -0600
commit3e9afdae2ee82070b74b6f6310089b1eaff9d0a1 (patch)
treeac124e5c4f8cdbd3a8fabf9d913fea6f02187703
parent7cd080b10d8b1175d5e1ba88ae215cc2c46fdd6a (diff)
downloadansible-3e9afdae2ee82070b74b6f6310089b1eaff9d0a1.tar.gz
New release v2.10.3v2.10.3
-rw-r--r--changelogs/CHANGELOG-v2.10.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.10.3_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 18 insertions, 4 deletions
diff --git a/changelogs/CHANGELOG-v2.10.rst b/changelogs/CHANGELOG-v2.10.rst
index f4a26c7ac7..2f16162ee1 100644
--- a/changelogs/CHANGELOG-v2.10.rst
+++ b/changelogs/CHANGELOG-v2.10.rst
@@ -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>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index fe0286307f..29be6b3edc 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -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:
diff --git a/changelogs/fragments/v2.10.3_summary.yaml b/changelogs/fragments/v2.10.3_summary.yaml
new file mode 100644
index 0000000000..77f54e058c
--- /dev/null
+++ b/changelogs/fragments/v2.10.3_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2020-11-02
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 616d62a4b9..b53913872d 100644
--- a/lib/ansible/release.py
+++ b/lib/ansible/release.py
@@ -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'