Version bump and assorted things to start new development version.
This commit is contained in:
parent
f67c13f8f1
commit
404b082d82
5 changed files with 22 additions and 14 deletions
|
@ -1,6 +1,10 @@
|
|||
Ansible Changes By Release
|
||||
==========================
|
||||
|
||||
1.3 "Top of the World" - Release pending!
|
||||
|
||||
* This is the active development release, right now!
|
||||
|
||||
1.2 "Right Now" -- June 10, 2013
|
||||
|
||||
Core Features:
|
||||
|
|
21
RELEASES.txt
21
RELEASES.txt
|
@ -1,16 +1,17 @@
|
|||
Ansible Releases at a Glance
|
||||
============================
|
||||
|
||||
1.2 "Right Now" ------- pending
|
||||
1.1 "Mean Street" ----- 04-02-2013
|
||||
1.0 "Eruption" -------- 02-01-2013
|
||||
0.9 "Dreams" ---------- 11-30-2012
|
||||
0.8 "Cathedral" ------- 10-19-2012
|
||||
0.7 "Panama" ---------- 09-06-2012
|
||||
0.6 "Cabo" ------------ 08-06-2012
|
||||
0.5 "Amsterdam" ------- 07-04-2012
|
||||
0.4 "Unchained" ------- 05-23-2012
|
||||
0.3 "Baluchitherium" -- 04-23-2012
|
||||
1.3 "Top of the World" -- pending
|
||||
1.2 "Right Now" --------- 06-10-2013
|
||||
1.1 "Mean Street" ------- 04-02-2013
|
||||
1.0 "Eruption" ---------- 02-01-2013
|
||||
0.9 "Dreams" ------------ 11-30-2012
|
||||
0.8 "Cathedral" --------- 10-19-2012
|
||||
0.7 "Panama" ------------ 09-06-2012
|
||||
0.6 "Cabo" -------------- 08-06-2012
|
||||
0.5 "Amsterdam" --------- 07-04-2012
|
||||
0.4 "Unchained" --------- 05-23-2012
|
||||
0.3 "Baluchitherium" ---- 04-23-2012
|
||||
0.0.2 Untitled
|
||||
0.0.1 Untitled
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.2
|
||||
1.3
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# (c) 2012, Michael DeHaan <michael.dehaan@gmail.com>
|
||||
# (c) 2012-2013, Michael DeHaan <michael.dehaan@gmail.com>
|
||||
#
|
||||
# This file is part of Ansible
|
||||
#
|
||||
|
@ -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.2'
|
||||
__version__ = '1.3'
|
||||
__author__ = 'Michael DeHaan'
|
||||
|
|
|
@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
|
|||
Name: ansible
|
||||
Release: 1%{?dist}
|
||||
Summary: SSH-based configuration management, deployment, and orchestration engine
|
||||
Version: 1.2
|
||||
Version: 1.3
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPLv3
|
||||
|
@ -116,6 +116,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%changelog
|
||||
|
||||
* Mon Jun 10 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.3-0
|
||||
* (release pending)
|
||||
|
||||
* Mon Jun 10 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-0
|
||||
* Release 1.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue