summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2021-01-18 14:34:40 -0600
committerRick Elrod <rick@elrod.me>2021-01-18 14:34:40 -0600
commit890601dcef5fb041603e913cd1efcdb3fff949e7 (patch)
tree2a459d403c7ff60dca67b2a3cb891fcdd9ef0d6c
parenta8ebe99c985bfa678c335edd3f68b56a38fbaa05 (diff)
downloadansible-2.10.5.tar.gz
New release v2.10.5v2.10.5
-rw-r--r--changelogs/CHANGELOG-v2.10.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.10.5_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 485a5763e5..8ecf7f1ea0 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.5rc1
-==========
+v2.10.5
+=======
Release Summary
---------------
-| Release Date: 2021-01-11
+| Release Date: 2021-01-18
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 711071814c..55b3d52fe4 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -2282,6 +2282,17 @@ releases:
- skip_invalid_coll_name_when_listing.yml
- v2.10.4rc1_summary.yaml
release_date: '2020-12-07'
+ 2.10.5:
+ changes:
+ release_summary: '| Release Date: 2021-01-18
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: When the Levee Breaks
+ fragments:
+ - v2.10.5_summary.yaml
+ release_date: '2021-01-18'
2.10.5rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.10.5_summary.yaml b/changelogs/fragments/v2.10.5_summary.yaml
new file mode 100644
index 0000000000..8fa8dbd180
--- /dev/null
+++ b/changelogs/fragments/v2.10.5_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2021-01-18
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index a8caeb272d..b0f9555a7c 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.5rc1.post0'
+__version__ = '2.10.5'
__author__ = 'Ansible, Inc.'
__codename__ = 'When the Levee Breaks'