summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-01-12 08:34:00 -0500
committerJames Cammarata <jimi@sngx.net>2016-01-12 08:43:33 -0500
commit2eb59bedcfc127b6b3ea392e654c031e83a6e87d (patch)
treeaad3c31031ff64a0604374d68250a5e2fae9eb6b
parent14bf6b016c07b65593a0a0d70a5ca83307fcf8ae (diff)
downloadansible-2eb59bedcfc127b6b3ea392e654c031e83a6e87d.tar.gz
New release v2.0.0.0-1
-rw-r--r--RELEASES.txt3
-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/changelog6
-rw-r--r--packaging/rpm/ansible.spec3
7 files changed, 10 insertions, 6 deletions
diff --git a/RELEASES.txt b/RELEASES.txt
index cd32b0cddb..6ef2c53d54 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -4,11 +4,12 @@ Ansible Releases at a Glance
Active Development
++++++++++++++++++
-2.0 "Over the Hills and Far Away" - in progress
+2.1 "TBD" - in progress
Released
++++++++
+2.0.0 "Over the Hills and Far Away" 01-12-2015
1.9.4 "Dancing In the Streets" 10-09-2015
1.9.3 "Dancing In the Streets" 09-03-2015
1.9.2 "Dancing In the Streets" 06-24-2015
diff --git a/VERSION b/VERSION
index e8fd2225a8..e1f3adb4cb 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0 0.9.rc4
+2.0.0.0 1
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index ad6193463a..8e9f528e65 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'
+__version__ = '2.0.0.0'
__author__ = 'Ansible, Inc.'
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject a18306fb04fb90770cd78314b92512d40128abe
+Subproject 5e9cee0fa698047a861843e8f08c914033b48bf
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
-Subproject 9264339cbba2cd7bad0c8a4a909314cddeabd62
+Subproject 990494b1eadcbabacf1e3677af6b6287109b881
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index c09f92da39..380b7f6e1a 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,8 +1,8 @@
-ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
+ansible (2.0.0.0) unstable; urgency=low
- * %VERSION% release
+ * 2.0.0.0
- -- Ansible, Inc. <support@ansible.com> %DATE%
+ -- Ansible, Inc. <support@ansible.com> Tue, 12 Jan 2016 08:33:59 -0500
ansible (1.9.4) unstable; urgency=low
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 75855cb65c..d689a9d1fe 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.0-1
+- Release 2.0.0.0-1
+
* Fri Oct 09 2015 Ansible, Inc. <support@ansible.com> - 1.9.4
- Release 1.9.4