summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjamesmarshall24 <james.marshall@redhat.com>2022-07-18 10:48:41 -0400
committerGitHub <noreply@github.com>2022-07-18 10:48:41 -0400
commit0863427230c79030573568eb9532725cf712450b (patch)
treed265d52439d62e2f60af56d248251bfd8d4345eb
parent5d8bf08e06641fbee30efbd00d69ba0b49883a90 (diff)
downloadansible-0863427230c79030573568eb9532725cf712450b.tar.gz
New release v2.13.2 (#78276)v2.13.2
-rw-r--r--changelogs/CHANGELOG-v2.13.rst6
-rw-r--r--changelogs/changelog.yaml11
-rw-r--r--changelogs/fragments/v2.13.2_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 612299b3c5..1caf8eff45 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.2rc1
-==========
+v2.13.2
+=======
Release Summary
---------------
-| Release Date: 2022-07-11
+| Release Date: 2022-07-18
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 7aa7bb69ed..7eaea152b7 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -877,6 +877,17 @@ releases:
- v2.13.1rc1_summary.yaml
- windows_conn_option_fix.yml
release_date: '2022-06-13'
+ 2.13.2:
+ changes:
+ release_summary: '| Release Date: 2022-07-18
+
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
+
+ '
+ codename: Nobody's Fault but Mine
+ fragments:
+ - v2.13.2_summary.yaml
+ release_date: '2022-07-18'
2.13.2rc1:
changes:
bugfixes:
diff --git a/changelogs/fragments/v2.13.2_summary.yaml b/changelogs/fragments/v2.13.2_summary.yaml
new file mode 100644
index 0000000000..948a4558cb
--- /dev/null
+++ b/changelogs/fragments/v2.13.2_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2022-07-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 a708745923..84d00511ad 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.2rc1.post0'
+__version__ = '2.13.2'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"