New release v2.0.0.1-1

pull/14214/head
James Cammarata 9 years ago
parent d60764bc81
commit ea1339de18

@ -1 +1 @@
2.0.0.0 1
2.0.0.1 1

@ -19,5 +19,5 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__version__ = '2.0.0.0'
__version__ = '2.0.0.1'
__author__ = 'Ansible, Inc.'

@ -3,6 +3,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
* %VERSION% release
-- Ansible, Inc. <support@ansible.com> %DATE%
ansible (2.0.0.1) unstable; urgency=low
* 2.0.0.1
-- Ansible, Inc. <support@ansible.com> Tue, 12 Jan 2016 17:53:29 -0500
ansible (2.0.0.0) unstable; urgency=low

@ -125,6 +125,9 @@ rm -rf %{buildroot}
%changelog
* Tue Jan 12 2016 Ansible, Inc. <support@ansible.com> - 2.0.0.1-1
- Release 2.0.0.1-1
* Tue Jan 12 2016 Ansible, Inc. <support@ansible.com> - 2.0.0.0-1
- Release 2.0.0.0-1

Loading…
Cancel
Save