From 56d070afa86347ca1177596a1cc1e22985333444 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 5 May 2014 16:37:46 -0500 Subject: [PATCH] Version bump for 1.7 --- VERSION | 2 +- lib/ansible/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 810ee4e91e..d3bdbdf1fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6 +1.7 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 69fb825bda..7d01332c53 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.6' +__version__ = '1.7' __author__ = 'Michael DeHaan'