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-28 16:24:01 -0500
commitea1339de187e0df8e6991209429248c42a47ec85 (patch)
treebdb5b92023ad11f2e8ff112fbb55e7f7a5164d71
parentd60764bc811b08618c2ed30d377546399487fa85 (diff)
downloadansible-ea1339de187e0df8e6991209429248c42a47ec85.tar.gz
New release v2.0.0.1-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 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/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