summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md11
-rw-r--r--RELEASES.txt3
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/__init__.py2
-rw-r--r--packaging/debian/changelog10
-rw-r--r--packaging/rpm/ansible.spec3
6 files changed, 25 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c3f5d9b7e..16c41a3141 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,16 @@
Ansible Changes By Release
==========================
-## 1.8 "You Really Got Me" - Active Development
+## 1.9 "Dancin In the Streets" - ACTIVE DEVELOPMENT
+
+Major Changes:
+
+New Modules:
+
+Some other notable changes:
+
+
+## 1.8 "You Really Got Me" - Nov 25, 2014
Major changes:
diff --git a/RELEASES.txt b/RELEASES.txt
index 72323a146f..fe64ddcf06 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -4,11 +4,12 @@ Ansible Releases at a Glance
Active Development
++++++++++++++++++
-1.8 "You Really Got Me" ---- FALL 2014
+1.9 "Dancing In the Streets" WINTER 2015
Released
++++++++
+1.8 "You Really Got Me" ---- 11-25-2014
1.7.2 "Summer Nights" -------- 09-24-2014
1.7.1 "Summer Nights" -------- 08-14-2014
1.7 "Summer Nights" -------- 08-06-2014
diff --git a/VERSION b/VERSION
index 6259340971..2e0e38c63a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8
+1.9
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 2585fdc30f..27e79a41ca 100644
--- a/lib/ansible/__init__.py
+++ b/lib/ansible/__init__.py
@@ -14,5 +14,5 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
-__version__ = '1.8'
+__version__ = '1.9'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 168b519dbc..5b7cb7c2f7 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,9 +1,15 @@
-ansible (1.8) unstable; urgency=low
+ansible (1.9) unstable; urgency=low
- * 1.8 release (PENDING)
+ * 1.9 release (PENDING)
-- Michael DeHaan <michael@ansible.com> Wed, 21 Oct 2015 04:29:00 -0500
+ansible (1.8) unstable; urgency=low
+
+ * 1.8 release
+
+ -- Michael DeHaan <michael@ansible.com> Tue, 25 Nov 2014 17:00:00 -0500
+
ansible (1.7.2) unstable; urgency=low
* 1.7.2 release
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index c6b85fd1ab..71061b601b 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Nov 25 2014 Michael DeHaan <michael@ansible.com> - 1.8.0
+- Release 1.8.0
+
* Wed Sep 24 2014 Michael DeHaan <michael@ansible.com> - 1.7.2
- Release 1.7.2