summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-01-14 17:17:42 -0500
committerJames Cammarata <jimi@sngx.net>2016-01-28 16:24:01 -0500
commit506b0a8b61ec3c433a377c015994dede251fc798 (patch)
tree63abe702fe6e07feaeb817b03b61a3f512e2ea7c
parentea1339de187e0df8e6991209429248c42a47ec85 (diff)
downloadansible-506b0a8b61ec3c433a377c015994dede251fc798.tar.gz
New release v2.0.0.2-1
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/__init__.py2
-rw-r--r--packaging/debian/changelog7
-rw-r--r--packaging/rpm/ansible.spec3
4 files changed, 12 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 07ce0afb44..0c87f3b9fe 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 9e1c966f27..04eff129fe 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 ae3de0d109..0db1f4ca06 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -4,6 +4,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
-- Ansible, Inc. <support@ansible.com> %DATE%
+ansible (2.0.0.2) unstable; urgency=low
+
+ * 2.0.0.2
+
+ -- Ansible, Inc. <support@ansible.com> 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 6cfd0b2093..14134144b7 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. <support@ansible.com> - 2.0.0.2-1
+- Release 2.0.0.2-1
+
* Tue Jan 12 2016 Ansible, Inc. <support@ansible.com> - 2.0.0.1-1
- Release 2.0.0.1-1