diff --git a/VERSION b/VERSION index 07ce0afb44d..0c87f3b9fe8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0.1 1 +2.0.0.2 1 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 9e1c966f27a..04eff129fe9 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.1' +__version__ = '2.0.0.2' __author__ = 'Ansible, Inc.' diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index b895ac04255..ce6619bf5db 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit b895ac0425511c11442ca2f6c89983bad3ab1f3c +Subproject commit ce6619bf5db87f94001625c991d02960109dee2d diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 3b12cc7e542..29af26884ea 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 3b12cc7e542719bc1f5afd3e7e865918e7148796 +Subproject commit 29af26884ea11639f38c145b348afccdb6923285 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index ae3de0d109a..0db1f4ca06f 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -4,6 +4,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low -- Ansible, Inc. %DATE% +ansible (2.0.0.2) unstable; urgency=low + + * 2.0.0.2 + + -- Ansible, Inc. Thu, 14 Jan 2016 17:17:41 -0500 + + ansible (2.0.0.1) unstable; urgency=low * 2.0.0.1 diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 6cfd0b20930..14134144b7f 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -125,6 +125,9 @@ rm -rf %{buildroot} %changelog +* Thu Jan 14 2016 Ansible, Inc. - 2.0.0.2-1 +- Release 2.0.0.2-1 + * Tue Jan 12 2016 Ansible, Inc. - 2.0.0.1-1 - Release 2.0.0.1-1