summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Savineau <dsavinea@redhat.com>2022-06-20 09:40:16 -0400
committerGitHub <noreply@github.com>2022-06-20 09:40:16 -0400
commite9f633ec720fbd4367d2f694574dec101e22d3b9 (patch)
tree3b5ad5e26cc92b810cbb4529d7b7e50e18815b04
parent34203f6b56fa01299139b89854c11fad6b9aab9c (diff)
downloadansible-2.13.1.tar.gz
New release v2.13.1 (#78086)v2.13.1
-rw-r--r--changelogs/CHANGELOG-v2.13.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.13.1_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 18 insertions, 4 deletions
diff --git a/changelogs/CHANGELOG-v2.13.rst b/changelogs/CHANGELOG-v2.13.rst
index 37fbb607d1..03b68108e0 100644
--- a/changelogs/CHANGELOG-v2.13.rst
+++ b/changelogs/CHANGELOG-v2.13.rst
@@ -5,13 +5,13 @@ ansible-core 2.13 "Nobody's Fault but Mine" Release Notes
.. contents:: Topics
-v2.13.1rc1
-==========
+v2.13.1
+=======
Release Summary
---------------
-| Release Date: 2022-06-13
+| Release Date: 2022-06-20
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 15a29fbbc4..5f616871f2 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -769,6 +769,17 @@ releases:
- 77535-prevent-losing-unsafe-lookups.yml
- v2.13.0rc1_summary.yaml
release_date: '2022-05-02'
+ 2.13.1:
+ changes:
+ release_summary: '| Release Date: 2022-06-20
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Nobody's Fault but Mine
+ fragments:
+ - v2.13.1_summary.yaml
+ release_date: '2022-06-20'
2.13.1rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.13.1_summary.yaml b/changelogs/fragments/v2.13.1_summary.yaml
new file mode 100644
index 0000000000..e4340c0245
--- /dev/null
+++ b/changelogs/fragments/v2.13.1_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-06-20
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index e9baca69be..9d05fd0036 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.13.1rc1.post0'
+__version__ = '2.13.1'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"