From f1f6d456d5dafb2df0eabc55fe4ecf11ca7c75ff Mon Sep 17 00:00:00 2001 From: David Shea Date: Apr 04 2016 14:58:44 +0000 Subject: Update to 0.9.7, which moves logging configuration from __main__() to main() --- diff --git a/.gitignore b/.gitignore index f4f56c4..6f4fbea 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /diff_cover-0.9.2.tar.gz /diff_cover-0.9.3.tar.gz /diff_cover-0.9.6.tar.gz +/diff_cover-0.9.7.tar.gz diff --git a/python-diff-cover.spec b/python-diff-cover.spec index 3221ad8..ec8cc66 100644 --- a/python-diff-cover.spec +++ b/python-diff-cover.spec @@ -1,5 +1,5 @@ Name: python-diff-cover -Version: 0.9.6 +Version: 0.9.7 Release: 1%{?dist} Summary: Automatically find diff lines that need test coverage @@ -127,6 +127,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} \ %{python3_sitelib}/diff_cover-%{version}-*.egg-info %changelog +* Mon Apr 4 2016 David Shea 0.9.7-1 +- Update to 0.9.7, which moves logging configuration from __main__() to main() + * Mon Feb 22 2016 David Shea 0.9.6-1 - Update to 0.9.6, which changes the following: - Move logging configuration to main for better integrations with people importing the tool. diff --git a/sources b/sources index ba35b2f..9510a47 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -56aa605685f326e6904d69ce8423e0fd diff_cover-0.9.6.tar.gz +3d89895e9b4d688e81232e522235e875 diff_cover-0.9.7.tar.gz