diff --git a/RELEASES.txt b/RELEASES.txt
index 6038f9a764f..c909346c7e7 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -1,8 +1,20 @@
Ansible Releases at a Glance
============================
-1.6 "The Cradle Will Rock" - NEXT
-1.5 "Love Walks In" -------- PENDING
+Future
+++++++
+
+1.7 "Summer Nights" -------- SUMMER 2014
+
+Active Development
+++++++++++++++++++
+
+1.6 "The Cradle Will Rock" - CURRENT DEVEL BRANCH
+
+Previous
+++++++++
+
+1.5 "Love Walks In" -------- 02-28-2014
1.4.5 "Could This Be Magic?" - 02-12-2014
1.4.4 "Could This Be Magic?" - 01-06-2014
1.4.3 "Could This Be Magic?" - 12-20-2013
diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst
index d507fda1640..592c683fbb0 100644
--- a/docsite/rst/index.rst
+++ b/docsite/rst/index.rst
@@ -16,7 +16,7 @@ We believe simplicity is relevant to all sizes of environments and design for bu
Ansible manages machines in an agentless manner. There is never a question of how to
upgrade remote daemons or the problem of not being able to manage systems because daemons are uninstalled. As OpenSSH is one of the most peer reviewed open source components, the security exposure of using the tool is greatly reduced. Ansible is decentralized -- it relies on your existing OS credentials to control access to remote machines; if needed it can easily connect with Kerberos, LDAP, and other centralized authentication management systems.
-This documentation covers the current released version of Ansible (1.4.5) and also some development version features (1.5). For recent features, in each section, the version of Ansible where the feature is added is indicated. Ansible, Inc releases a new major release of Ansible approximately every 2 months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup, while the community around new modules and plugins being developed and contributed moves very very quickly, typically adding 20 or so new modules in each release.
+This documentation covers the current released version of Ansible (1.5) and also some development version features (1.6). For recent features, in each section, the version of Ansible where the feature is added is indicated. Ansible, Inc releases a new major release of Ansible approximately every 2 months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup, while the community around new modules and plugins being developed and contributed moves very very quickly, typically adding 20 or so new modules in each release.
.. _an_introduction:
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index bad06025a12..69fb825bda4 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 .
-__version__ = '1.5'
+__version__ = '1.6'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index a29f156753b..9d66ff8e1e4 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,8 +1,15 @@
ansible (1.5) unstable; urgency=low
- * 1.5 release (PENDING)
+ * 1.6 release (PENDING)
- -- Michael DeHaan Wed, 27 November 2013 15:00:02 -0500
+ -- Michael DeHaan Fri, 28 February 2014 15:00:03 -0500
+
+
+ansible (1.5) unstable; urgency=low
+
+ * 1.5 release
+
+ -- Michael DeHaan Fri, 28 February 2014 15:00:02 -0500
ansible (1.4.5) unstable; urgency=low
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 04561b3a5de..d3783c1e9ce 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -5,7 +5,7 @@
%endif
Name: %{name}
-Version: 1.5
+Version: 1.6
Release: 1%{?dist}
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
@@ -102,9 +102,12 @@ rm -rf %{buildroot}
%changelog
-* Thu Feb 13 2014 Michael DeHaan - 1.5-0
+* Thu Feb 28 2014 Michael DeHaan - 1.6-0
* (PENDING)
+* Thu Feb 28 2014 Michael DeHaan - 1.5-0
+* Release 1.5
+
* Wed Feb 12 2014 Michael DeHaan - 1.4.5
* Release 1.4.5