Release bump
This commit is contained in:
parent
08c1f96e4b
commit
fd265b40b7
5 changed files with 17 additions and 7 deletions
|
@ -1,7 +1,11 @@
|
|||
Ansible Changes By Release
|
||||
==========================
|
||||
|
||||
0.6 "Cabo" ------------ pending
|
||||
0.7 "Panama" -- release pending
|
||||
|
||||
* I can barely see the roadmap from the heat coming off of it.
|
||||
|
||||
0.6 "Cabo" -- August 6, 2012
|
||||
|
||||
playbooks:
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
0.6
|
||||
0.7
|
||||
|
|
|
@ -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.6'
|
||||
__version__ = '0.7'
|
||||
__author__ = 'Michael DeHaan'
|
||||
|
|
|
@ -1,8 +1,14 @@
|
|||
ansible (0.6) unstable; urgency=low
|
||||
ansible (0.7) unstable; urgency=low
|
||||
|
||||
* 0.6 not released yet
|
||||
|
||||
-- Michael DeHaan <michael.dehaan@gmail.com> Wed, 04 Jul 2012 13:40:01 -0400
|
||||
-- Michael DeHaan <michael.dehaan@gmail.com> Mon, 06 Aug 2012 19:50:01 -0400
|
||||
|
||||
ansible (0.6) unstable; urgency=low
|
||||
|
||||
* 0.5 update
|
||||
|
||||
-- Michael DeHaan <michael.dehaan@gmail.com> Mon, 06 Aug 2012 19:50:00 -0400
|
||||
|
||||
ansible (0.5) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||
|
||||
Name: ansible
|
||||
Release: 1%{?dist}
|
||||
Summary: Minimal SSH command and control
|
||||
Version: 0.6
|
||||
Summary: SSH-based configuration management, deployment, and task execution system
|
||||
Version: 0.7
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPLv3
|
||||
|
|
Loading…
Reference in a new issue