New release v2.0.0.2-1
This commit is contained in:
parent
6c85e2ed3c
commit
7de237c5a1
6 changed files with 14 additions and 4 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.0.0.1 1
|
||||
2.0.0.2 1
|
||||
|
|
|
@ -19,5 +19,5 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
__version__ = '2.0.0.1'
|
||||
__version__ = '2.0.0.2'
|
||||
__author__ = 'Ansible, Inc.'
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit b895ac0425511c11442ca2f6c89983bad3ab1f3c
|
||||
Subproject commit ce6619bf5db87f94001625c991d02960109dee2d
|
|
@ -1 +1 @@
|
|||
Subproject commit 3b12cc7e542719bc1f5afd3e7e865918e7148796
|
||||
Subproject commit 29af26884ea11639f38c145b348afccdb6923285
|
|
@ -4,6 +4,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
|
|||
|
||||
-- Ansible, Inc. <support@ansible.com> %DATE%
|
||||
|
||||
ansible (2.0.0.2) unstable; urgency=low
|
||||
|
||||
* 2.0.0.2
|
||||
|
||||
-- Ansible, Inc. <support@ansible.com> Thu, 14 Jan 2016 17:17:41 -0500
|
||||
|
||||
|
||||
ansible (2.0.0.1) unstable; urgency=low
|
||||
|
||||
* 2.0.0.1
|
||||
|
|
|
@ -125,6 +125,9 @@ rm -rf %{buildroot}
|
|||
|
||||
%changelog
|
||||
|
||||
* Thu Jan 14 2016 Ansible, Inc. <support@ansible.com> - 2.0.0.2-1
|
||||
- Release 2.0.0.2-1
|
||||
|
||||
* Tue Jan 12 2016 Ansible, Inc. <support@ansible.com> - 2.0.0.1-1
|
||||
- Release 2.0.0.1-1
|
||||
|
||||
|
|
Loading…
Reference in a new issue