From 7de90c4e6457433297787abe0c1e5bd485185db3 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 23 Apr 2012 21:14:48 -0400 Subject: [PATCH] Version bump for integration branch (soon to be renamed 'devel'), didn't update package changelogs yet since this isn't released yet (but 0.3 is) --- VERSION | 2 +- lib/ansible/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index be58634173..bd73f47072 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3 +0.4 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 2cef953897..f927a1fd18 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__ = '0.3' +__version__ = '0.4' __author__ = 'Michael DeHaan'