Get ready to release 0.9
This commit is contained in:
parent
17f31a2a79
commit
9afb7c1ed0
5 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,8 @@
|
||||||
Ansible Releases at a Glance
|
Ansible Releases at a Glance
|
||||||
============================
|
============================
|
||||||
|
|
||||||
0.9 "Dreams" ---------- pending
|
1.0 "Eruption" -------- pending
|
||||||
|
0.9 "Dreams" ---------- 11-30-2012
|
||||||
0.8 "Cathedral" ------- 10-19-2012
|
0.8 "Cathedral" ------- 10-19-2012
|
||||||
0.7 "Panama" ---------- 09-06-2012
|
0.7 "Panama" ---------- 09-06-2012
|
||||||
0.6 "Cabo" ------------ 08-06-2012
|
0.6 "Cabo" ------------ 08-06-2012
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.9
|
1.0
|
||||||
|
|
|
@ -14,5 +14,5 @@
|
||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||||
__version__ = '0.9'
|
__version__ = '1.0'
|
||||||
__author__ = 'Michael DeHaan'
|
__author__ = 'Michael DeHaan'
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
ansible (0.9) unstable; urgency=low
|
ansible (0.9) unstable; urgency=low
|
||||||
|
|
||||||
* 0.9 release pending
|
* 0.9 release
|
||||||
|
|
||||||
-- Michael DeHaan <michael.dehaan@gmail.com> Fri, 19 Oct 2012 20:50:01 -0400
|
-- Michael DeHaan <michael.dehaan@gmail.com> Fri, 30 Nov 2012 22:00:00 -0400
|
||||||
|
|
||||||
ansible (0.8) unstable; urgency=low
|
ansible (0.8) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -97,8 +97,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%doc README.md PKG-INFO COPYING
|
%doc README.md PKG-INFO COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Oct 19 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
|
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
|
||||||
- Release pending
|
- Release 0.9
|
||||||
|
|
||||||
* Fri Oct 19 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.8-0
|
* Fri Oct 19 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.8-0
|
||||||
- Release of 0.8
|
- Release of 0.8
|
||||||
|
|
Loading…
Reference in a new issue