summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Elrod <rick@elrod.me>2020-12-14 14:59:38 -0600
committerRick Elrod <rick@elrod.me>2020-12-14 14:59:38 -0600
commit10cb8d8788022f3a86840d63689cb61cb6ae90df (patch)
treeb9ca8324d4767f45b8022af13f4b38f8015803e5
parent0b13ccacb66a17b192335646a44df65e0bbf0041 (diff)
downloadansible-2.9.16.tar.gz
New release v2.9.16v2.9.16
-rw-r--r--changelogs/.changes.yaml5
-rw-r--r--changelogs/CHANGELOG-v2.9.rst6
-rw-r--r--changelogs/fragments/v2.9.16_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 c0295268b8..16fbf617c3 100644
--- a/changelogs/.changes.yaml
+++ b/changelogs/.changes.yaml
@@ -1651,6 +1651,11 @@ releases:
- v2.9.15rc1_summary.yaml
- zfs-root-snapshot.yml
release_date: '2020-10-26'
+ 2.9.16:
+ codename: Immigrant Song
+ fragments:
+ - v2.9.16_summary.yaml
+ release_date: '2020-12-14'
2.9.16rc1:
codename: Immigrant Song
fragments:
diff --git a/changelogs/CHANGELOG-v2.9.rst b/changelogs/CHANGELOG-v2.9.rst
index 84db5d75d9..025989dd04 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.16rc1
-==========
+v2.9.16
+=======
Release Summary
---------------
-| Release Date: 2020-12-07
+| Release Date: 2020-12-14
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/changelogs/fragments/v2.9.16_summary.yaml b/changelogs/fragments/v2.9.16_summary.yaml
new file mode 100644
index 0000000000..5898e9e5ea
--- /dev/null
+++ b/changelogs/fragments/v2.9.16_summary.yaml
@@ -0,0 +1,3 @@
+release_summary: |
+ | Release Date: 2020-12-14
+ | `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
diff --git a/lib/ansible/release.py b/lib/ansible/release.py
index 30390a8358..6e9e1f9d1e 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.16rc1.post0'
+__version__ = '2.9.16'
__author__ = 'Ansible, Inc.'
__codename__ = 'Immigrant Song'