From 4d6251099756c98a4b7224571d4f7d2128c8f4d2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 23 Apr 2012 21:11:43 -0400 Subject: [PATCH] Version bump for 0.3 release --- VERSION | 2 +- lib/ansible/__init__.py | 2 +- packaging/debian/changelog | 6 ++++++ packaging/rpm/ansible.spec | 5 ++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 7bcd0e3612d..be586341736 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 \ No newline at end of file +0.3 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 1ea0127ab18..2cef9538979 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.0.2' +__version__ = '0.3' __author__ = 'Michael DeHaan' diff --git a/packaging/debian/changelog b/packaging/debian/changelog index b0fe3944986..fa04a4976c7 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,9 @@ +ansible (0.3) debian; urgency=low + + * 0.3 update + + -- Michael DeHaan Mon, 23 Apr 2012 11:08:00 -0400 + ansible (0.0.2) debian; urgency=low * Initial Release diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 9a394d51359..e0d199c93b6 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Name: ansible Release: 1%{?dist} Summary: Minimal SSH command and control -Version: 0.0.2 +Version: 0.3 Group: Development/Libraries License: GPLv3 @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Apr 23 2012 Michael DeHaan - 0.3-1 +- Release of 0.3 + * Tue Apr 3 2012 John Eckersberg - 0.0.2-1 - Release of 0.0.2