Commit 6bb9814b by Michael DeHaan

update branch so 0.7.2 is buildable

parent 1dcd905b
......@@ -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__ = '0.7.1'
__version__ = '0.7.2'
__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.7.1
Version: 0.7.2
Group: Development/Libraries
License: GPLv3
......@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%doc examples/playbooks
%changelog
* Wed Oct 10 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.7.2-0
- Release of 0.7.2 (unicode fix)
* Thu Sep 11 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.7.1-0
- Release of 0.7.1 (2.4 compat fix)
......
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