Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1fde4e4

Browse files
committed
New release v2.4.6.0-1
1 parent d21eadc commit 1fde4e4

5 files changed

Lines changed: 13 additions & 2 deletions

File tree

RELEASES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ VERSION RELEASE CODE NAME
1111
2.5.2 26-04-2018 "Kashmir"
1212
2.5.1 19-04-2018 "Kashmir"
1313
2.5.0 23-03-2018 "Kashmir"
14+
2.4.6 07-05-2018 "Dancing Days"
1415
2.4.5 06-21-2018 "Dancing Days"
1516
2.4.4 04-04-2018 "Dancing Days"
1617
2.4.3 01-31.2018 "Dancing Days"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.5.0 1
1+
2.4.6.0 1

lib/ansible/release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919
from __future__ import (absolute_import, division, print_function)
2020
__metaclass__ = type
2121

22-
__version__ = '2.4.5.0'
22+
__version__ = '2.4.6.0'
2323
__author__ = 'Ansible, Inc.'

packaging/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
44

55
-- Ansible, Inc. <[email protected]> %DATE%
66

7+
ansible (2.4.6.0) unstable; urgency=low
8+
9+
* 2.4.6.0
10+
11+
-- Ansible, Inc. <[email protected]> Thu, 05 Jul 2018 11:18:39 -0700
12+
13+
714
ansible (2.4.5.0) unstable; urgency=low
815

916
* 2.4.5.0

packaging/rpm/ansible.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@ rm -rf %{buildroot}
136136

137137
%changelog
138138

139+
* Thu Jul 05 2018 Ansible, Inc. <[email protected]> - 2.4.6.0-1
140+
- Release 2.4.6.0-1
141+
139142
* Thu Jun 21 2018 Ansible, Inc. <[email protected]> - 2.4.5.0-1
140143
- Release 2.4.5.0-1
141144

0 commit comments

Comments
 (0)