Version bump for 1.5
This commit is contained in:
parent
2a58c2bbe3
commit
9b991b9154
5 changed files with 12 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
Ansible Releases at a Glance
|
||||
============================
|
||||
|
||||
1.5 "Love Walks In" -------- active development
|
||||
1.4 "Could This Be Magic?" - 11-21-2013
|
||||
1.3.4 "Top of the World" ----- 10-29-2013
|
||||
1.3.3 "Top of the World" ----- 10-09-2013
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.4
|
||||
1.5
|
||||
|
|
|
@ -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__ = '1.4'
|
||||
__version__ = '1.5'
|
||||
__author__ = 'Michael DeHaan'
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
ansible (1.5) unstable; urgency=low
|
||||
|
||||
* 1.5 release (PENDING)
|
||||
|
||||
-- Michael DeHaan <michael.dehaan@gmail.com> Thu, 21 November 2013 15:00:01 -0500
|
||||
|
||||
ansible (1.4) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||
Name: ansible
|
||||
Release: 1%{?dist}
|
||||
Summary: SSH-based configuration management, deployment, and orchestration engine
|
||||
Version: 1.4
|
||||
Version: 1.5
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPLv3
|
||||
|
@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%changelog
|
||||
|
||||
* Thu Nov 21 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.5-0
|
||||
* (PENDING)
|
||||
|
||||
* Thu Nov 21 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4-0
|
||||
* Release 1.4.0
|
||||
|
||||
|
|
Loading…
Reference in a new issue