diff --git a/changelogs/CHANGELOG-v2.15.rst b/changelogs/CHANGELOG-v2.15.rst index fa93f4a9683..6e4a3abfd65 100644 --- a/changelogs/CHANGELOG-v2.15.rst +++ b/changelogs/CHANGELOG-v2.15.rst @@ -5,13 +5,13 @@ ansible-core 2.15 "Ten Years Gone" Release Notes .. contents:: Topics -v2.15.13rc1 -=========== +v2.15.13 +======== Release Summary --------------- -| Release Date: 2024-10-29 +| Release Date: 2024-11-04 | `Porting Guide `__ diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 040e978355e..d0a466b47f1 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -977,6 +977,17 @@ releases: - uri_follow_redirect_bool.yml - vmware_facts.yml release_date: '2024-05-13' + 2.15.13: + changes: + release_summary: '| Release Date: 2024-11-04 + + | `Porting Guide `__ + + ' + codename: Ten Years Gone + fragments: + - 2.15.13_summary.yaml + release_date: '2024-11-04' 2.15.13rc1: changes: bugfixes: diff --git a/changelogs/fragments/2.15.13_summary.yaml b/changelogs/fragments/2.15.13_summary.yaml new file mode 100644 index 00000000000..a32dc082bd7 --- /dev/null +++ b/changelogs/fragments/2.15.13_summary.yaml @@ -0,0 +1,3 @@ +release_summary: | + | Release Date: 2024-11-04 + | `Porting Guide `__ diff --git a/lib/ansible/release.py b/lib/ansible/release.py index 48f97961395..df4ce337aab 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.15.13rc1.post0' +__version__ = '2.15.13' __author__ = 'Ansible, Inc.' __codename__ = "Ten Years Gone"