New release v2.4.6.0-1
This commit is contained in:
parent
d21eadccdd
commit
1fde4e49df
5 changed files with 13 additions and 2 deletions
|
@ -11,6 +11,7 @@ VERSION RELEASE CODE NAME
|
|||
2.5.2 26-04-2018 "Kashmir"
|
||||
2.5.1 19-04-2018 "Kashmir"
|
||||
2.5.0 23-03-2018 "Kashmir"
|
||||
2.4.6 07-05-2018 "Dancing Days"
|
||||
2.4.5 06-21-2018 "Dancing Days"
|
||||
2.4.4 04-04-2018 "Dancing Days"
|
||||
2.4.3 01-31.2018 "Dancing Days"
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.4.5.0 1
|
||||
2.4.6.0 1
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
__version__ = '2.4.5.0'
|
||||
__version__ = '2.4.6.0'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
|
|
|
@ -4,6 +4,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
|
|||
|
||||
-- Ansible, Inc. <info@ansible.com> %DATE%
|
||||
|
||||
ansible (2.4.6.0) unstable; urgency=low
|
||||
|
||||
* 2.4.6.0
|
||||
|
||||
-- Ansible, Inc. <info@ansible.com> Thu, 05 Jul 2018 11:18:39 -0700
|
||||
|
||||
|
||||
ansible (2.4.5.0) unstable; urgency=low
|
||||
|
||||
* 2.4.5.0
|
||||
|
|
|
@ -136,6 +136,9 @@ rm -rf %{buildroot}
|
|||
|
||||
%changelog
|
||||
|
||||
* Thu Jul 05 2018 Ansible, Inc. <info@ansible.com> - 2.4.6.0-1
|
||||
- Release 2.4.6.0-1
|
||||
|
||||
* Thu Jun 21 2018 Ansible, Inc. <info@ansible.com> - 2.4.5.0-1
|
||||
- Release 2.4.5.0-1
|
||||
|
||||
|
|
Loading…
Reference in a new issue