Skip to content

Commit

Permalink
New release v2.12.1 (#76477)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmarshall24 committed Dec 6, 2021
1 parent d7364ec commit f00f123
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
6 changes: 3 additions & 3 deletions changelogs/CHANGELOG-v2.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ansible-core 2.12 "Dazed and Confused" Release Notes
.. contents:: Topics


v2.12.1rc1
==========
v2.12.1
=======

Release Summary
---------------

| Release Date: 2021-11-29
| Release Date: 2021-12-06
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,17 @@ releases:
fragments:
- v2.12.0rc1_summary.yaml
release_date: '2021-10-18'
2.12.1:
changes:
release_summary: '| Release Date: 2021-12-06
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
'
codename: Dazed and Confused
fragments:
- v2.12.1_summary.yaml
release_date: '2021-12-06'
2.12.1rc1:
changes:
bugfixes:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/v2.12.1_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2021-12-06
| `Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`__
2 changes: 1 addition & 1 deletion lib/ansible/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type

__version__ = '2.12.1rc1.post0'
__version__ = '2.12.1'
__author__ = 'Ansible, Inc.'
__codename__ = 'Dazed and Confused'

0 comments on commit f00f123

Please sign in to comment.