diff --git a/RELEASES.txt b/RELEASES.txt index cd32b0cddb0..6ef2c53d54a 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -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 diff --git a/VERSION b/VERSION index e8fd2225a80..e1f3adb4cbd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0 0.9.rc4 +2.0.0.0 1 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index ad6193463a4..8e9f528e65a 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -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.' diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index a18306fb04f..5e9cee0fa69 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit a18306fb04fb90770cd78314b92512d40128abeb +Subproject commit 5e9cee0fa698047a861843e8f08c914033b48bf6 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 9264339cbba..990494b1ead 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 9264339cbba2cd7bad0c8a4a909314cddeabd62f +Subproject commit 990494b1eadcbabacf1e3677af6b6287109b8815 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index c09f92da390..380b7f6e1af 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -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. %DATE% + -- Ansible, Inc. Tue, 12 Jan 2016 08:33:59 -0500 ansible (1.9.4) unstable; urgency=low diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 75855cb65cf..d689a9d1fe7 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -125,6 +125,9 @@ rm -rf %{buildroot} %changelog +* Tue Jan 12 2016 Ansible, Inc. - 2.0.0.0-1 +- Release 2.0.0.0-1 + * Fri Oct 09 2015 Ansible, Inc. - 1.9.4 - Release 1.9.4