summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-11-02 15:23:54 -0600
committerRick Elrod <rick@elrod.me>2020-11-02 15:23:54 -0600
commit9e58793835279079ae01878078245265d21f7cfc (patch)
tree914277b5b0cf7c4a9c4f21d83b98366af688b566
parent304f6b256c3890c360669346589fdcdb958adc43 (diff)
downloadansible-9e58793835279079ae01878078245265d21f7cfc.tar.gz
New release v2.9.15v2.9.15
-rw-r--r--changelogs/.changes.yaml5
-rw-r--r--changelogs/CHANGELOG-v2.9.rst6
-rw-r--r--changelogs/fragments/v2.9.15_summary.yaml3
-rw-r--r--lib/ansible/release.py2
4 files changed, 12 insertions, 4 deletions
diff --git a/changelogs/.changes.yaml b/changelogs/.changes.yaml
index 469c05da8c..067ffba8f7 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1615,6 +1615,11 @@ releases:
- runas-become-system-privileges.yml
- v2.9.14rc1_summary.yaml
release_date: '2020-09-28'
+ 2.9.15:
+ codename: Immigrant Song
+ fragments:
+ - v2.9.15_summary.yaml
+ release_date: '2020-11-02'
2.9.15rc1:
codename: Immigrant Song
fragments:
diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst
index d959ca14db..50ceec2fa9 100644
--- a/changelogs/CHANGELOG-v2.9.rst
+++ b/changelogs/CHANGELOG-v2.9.rst
@@ -5,13 +5,13 @@ Ansible 2.9 "Immigrant Song" Release Notes
.. contents:: Topics
-v2.9.15rc1
-==========
+v2.9.15
+=======
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/fragments/v2.9.15_summary.yaml b/changelogs/fragments/v2.9.15_summary.yaml
new file mode 100644
index 0000000000..77f54e058c
--- /dev/null
+++ b/changelogs/fragments/v2.9.15_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 66fef3f343..7c6e37724f 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.9.15rc1.post0'
+__version__ = '2.9.15'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'