Commit 5890a2a9 by Michael DeHaan

Release stuff

parent 9afb7c1e
......@@ -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.0'
__version__ = '0.9'
__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 task execution system
Version: 0.9
Version: 1.0
Group: Development/Libraries
License: GPLv3
......@@ -97,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
%doc README.md PKG-INFO COPYING
%changelog
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 1.0-0
- Release pending
* Fri Nov 30 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.9-0
- Release 0.9
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment