Version bump

This commit is contained in:
Fabio Alessandro Locati 2016-01-07 12:35:53 +01:00
parent dbab34a651
commit dbb3889d07

View File

@ -2,7 +2,7 @@
Name: python-%{pypi_name}
Version: 5.0.6
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Config file reading, writing, and validation
Group: System Environment/Libraries
@ -82,6 +82,11 @@ py.test-%{python3_version} tests
%{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
%changelog
* Thu Jan 07 2016 Fabio Alessandro Locati <fabio@locati.cc> - 5.0.6-2
- Simplify spec file
- Improve spec file
- Add tests
* Wed Jan 06 2016 Fabio Alessandro Locati <fabio@locati.cc> - 5.0.6-1
- Align to current upstream