summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-01-12 17:53:30 -0500
committerJames Cammarata <jimi@sngx.net>2016-01-12 17:53:30 -0500
commita50d1ea756d128db0327d9485df29628419a6d46 (patch)
treec97fd599737076f8a241e6239c302e665bbe6dbb
parent98a79c595d5b603324956c60400099e0803d4f26 (diff)
downloadansible-a50d1ea756d128db0327d9485df29628419a6d46.tar.gz
New release v2.0.0.1-1v2.0.0.1-1
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/__init__.py2
m---------lib/ansible/modules/core0
m---------lib/ansible/modules/extras0
-rw-r--r--packaging/debian/changelog7
-rw-r--r--packaging/rpm/ansible.spec3
6 files changed, 12 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index e1f3adb4cb..07ce0afb44 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0.0 1
+2.0.0.1 1
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 8e9f528e65..9e1c966f27 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.0'
+__version__ = '2.0.0.1'
__author__ = 'Ansible, Inc.'
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject 5e9cee0fa698047a861843e8f08c914033b48bf
+Subproject b895ac0425511c11442ca2f6c89983bad3ab1f3
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
-Subproject e403699d4c8b75375c19b4139a5cbdcdc59e9e0
+Subproject 3b12cc7e542719bc1f5afd3e7e865918e714879
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 11b2f4b4f5..ae3de0d109 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -3,6 +3,13 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
* %VERSION% release
-- Ansible, Inc. <support@ansible.com> %DATE%
+
+ansible (2.0.0.1) unstable; urgency=low
+
+ * 2.0.0.1
+
+ -- Ansible, Inc. <support@ansible.com> Tue, 12 Jan 2016 17:53:29 -0500
+
ansible (2.0.0.0) unstable; urgency=low
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index d689a9d1fe..6cfd0b2093 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. <support@ansible.com> - 2.0.0.1-1
+- Release 2.0.0.1-1
+
* Tue Jan 12 2016 Ansible, Inc. <support@ansible.com> - 2.0.0.0-1
- Release 2.0.0.0-1