diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index dc837a73b9..04a2b516e7 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -14,5 +14,5 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -__version__ = '1.0' +__version__ = '0.9' __author__ = 'Michael DeHaan' diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 01f499af66..3526cda96b 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -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 - 1.0-0 +- Release pending + * Fri Nov 30 2012 Michael DeHaan - 0.9-0 - Release 0.9