update package to 0.7.0

This commit is contained in:
Dale Macartney 2014-03-24 18:46:43 +00:00
parent 3992ac258a
commit 85cb1e3084

View File

@ -3,8 +3,8 @@
Summary: Bash tab completion for argparse
Name: python-argcomplete
Version: 0.6.7
Release: 2%{?dist}
Version: 0.7.0
Release: 1%{?dist}
License: ASL 2.0
Group: Development/Libraries
Url: https://github.com/kislyuk/argcomplete
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Mar 24 2014 - Dale Macartney <dbmacartney@fedoraproject.org> 0.7.0-1
- Updating package to 0.7.0
* Mon Jan 13 2014 - Dale Macartney <dbmacartney@fedoraproject.org> 0.6.7-2
- Removing '%exclude %{python_sitelib}/test' fom %files as no longer needed.