From 5890a2a9da6ee6628fbbc031ca4dafb0adcd4fb4 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 30 Nov 2012 22:06:25 -0500 Subject: [PATCH] Release stuff --- lib/ansible/__init__.py | 2 +- packaging/rpm/ansible.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index dc837a73b98..04a2b516e76 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 01f499af662..3526cda96bd 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