From a454bc6738e9d5eb055beb199a02e9d37d19c456 Mon Sep 17 00:00:00 2001 From: Tim Bielawa Date: Tue, 12 Jun 2012 11:02:09 -0400 Subject: [PATCH] Versioning updates for 0.4.1 --- VERSION | 2 +- lib/ansible/__init__.py | 2 +- packaging/rpm/ansible.spec | 13 +++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/VERSION b/VERSION index bd73f47072b..267577d47e4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4 +0.4.1 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index 5f2e65fd8b3..c4f45e7dd2f 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -14,4 +14,4 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -__version__ = '0.4' +__version__ = '0.4.1' diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 0eddeed4ded..09c607229dc 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -1,7 +1,7 @@ Name: ansible Release: 1%{?dist} Summary: Minimal SSH command and control -Version: 0.4 +Version: 0.4.1 Group: Development/Libraries License: GPLv3+ @@ -46,13 +46,14 @@ cp -v library/* $RPM_BUILD_ROOT/%{_datadir}/ansible/ %doc %{_mandir}/man1/ansible* %changelog -<<<<<<< HEAD -* Tue May 1 2012 Tim Bielawa - 0.3.1-1 -- Release of 0.3.1. Mostly packaging related changes. -======= +* Tue Jun 12 2012 Tim Bielawa - 0.4.1-1 +- Release of 0.4.1 (bugfixes) + * Wed May 23 2012 Michael DeHaan - 0.4-0 - Release of 0.4 ->>>>>>> devel + +* Tue May 1 2012 Tim Bielawa - 0.3.1-1 +- Release of 0.3.1. Mostly packaging related changes. * Mon Apr 23 2012 Michael DeHaan - 0.3-1 - Release of 0.3