Versioning updates for 0.4.1

pull/466/head
Tim Bielawa 14 years ago
parent e5fc6ef37d
commit a454bc6738

@ -1 +1 @@
0.4
0.4.1

@ -14,4 +14,4 @@
#
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '0.4'
__version__ = '0.4.1'

@ -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 <tbielawa@redhat.com> - 0.3.1-1
- Release of 0.3.1. Mostly packaging related changes.
=======
* Tue Jun 12 2012 Tim Bielawa <tbielawa@redhat.com> - 0.4.1-1
- Release of 0.4.1 (bugfixes)
* Wed May 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.4-0
- Release of 0.4
>>>>>>> devel
* Tue May 1 2012 Tim Bielawa <tbielawa@redhat.com> - 0.3.1-1
- Release of 0.3.1. Mostly packaging related changes.
* Mon Apr 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.3-1
- Release of 0.3

Loading…
Cancel
Save