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/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