Version bump for 0.3 release
This commit is contained in:
parent
a8707e48e8
commit
4d62510997
4 changed files with 12 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.0.2
|
||||
0.3
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
#
|
||||
# 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.0.2'
|
||||
__version__ = '0.3'
|
||||
__author__ = 'Michael DeHaan'
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
ansible (0.3) debian; urgency=low
|
||||
|
||||
* 0.3 update
|
||||
|
||||
-- Michael DeHaan <michael.dehaan@gmail.com> Mon, 23 Apr 2012 11:08:00 -0400
|
||||
|
||||
ansible (0.0.2) debian; urgency=low
|
||||
|
||||
* Initial Release
|
||||
|
|
|
@ -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 <mdehaan@redhat.com> - 0.3-1
|
||||
- Release of 0.3
|
||||
|
||||
* Tue Apr 3 2012 John Eckersberg <jeckersb@redhat.com> - 0.0.2-1
|
||||
- Release of 0.0.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue