New release v2.0.0.0-1

pull/13924/head
James Cammarata 10 years ago
parent 14bf6b016c
commit 2eb59bedcf

@ -4,11 +4,12 @@ Ansible Releases at a Glance
Active Development
++++++++++++++++++
2.0 "Over the Hills and Far Away" - in progress
2.1 "TBD" - in progress
Released
++++++++
2.0.0 "Over the Hills and Far Away" 01-12-2015
1.9.4 "Dancing In the Streets" 10-09-2015
1.9.3 "Dancing In the Streets" 09-03-2015
1.9.2 "Dancing In the Streets" 06-24-2015

@ -1 +1 @@
2.0.0 0.9.rc4
2.0.0.0 1

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

@ -1 +1 @@
Subproject commit a18306fb04fb90770cd78314b92512d40128abeb
Subproject commit 5e9cee0fa698047a861843e8f08c914033b48bf6

@ -1 +1 @@
Subproject commit 9264339cbba2cd7bad0c8a4a909314cddeabd62f
Subproject commit 990494b1eadcbabacf1e3677af6b6287109b8815

@ -1,8 +1,8 @@
ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
ansible (2.0.0.0) unstable; urgency=low
* %VERSION% release
* 2.0.0.0
-- Ansible, Inc. <support@ansible.com> %DATE%
-- Ansible, Inc. <support@ansible.com> Tue, 12 Jan 2016 08:33:59 -0500
ansible (1.9.4) unstable; urgency=low

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

Loading…
Cancel
Save