Skip to content

Commit

Permalink
New release v2.13.9 (#80610)
Browse files Browse the repository at this point in the history
  • Loading branch information
sivel committed Apr 24, 2023
1 parent 67a0cf5 commit 1e80e43
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.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ansible-core 2.13 "Nobody's Fault but Mine" Release Notes
.. contents:: Topics


v2.13.9rc1
==========
v2.13.9
=======

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

| Release Date: 2023-04-17
| Release Date: 2023-04-24
| `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.html>`__

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1358,6 +1358,17 @@ releases:
- v2.13.8rc1_summary.yaml
- validate-module-ps-cmdlet.yml
release_date: '2023-02-20'
2.13.9:
changes:
release_summary: '| Release Date: 2023-04-24
| `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.html>`__
'
codename: Nobody's Fault but Mine
fragments:
- 2.13.9_summary.yaml
release_date: '2023-04-24'
2.13.9rc1:
changes:
breaking_changes:
Expand Down
3 changes: 3 additions & 0 deletions changelogs/fragments/2.13.9_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
release_summary: |
| Release Date: 2023-04-24
| `Porting Guide <https://docs.ansible.com/ansible-core/2.13/porting_guides/porting_guide_core_2.13.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.13.9rc1.post0'
__version__ = '2.13.9'
__author__ = 'Ansible, Inc.'
__codename__ = "Nobody's Fault but Mine"

0 comments on commit 1e80e43

Please sign in to comment.