From 23e915d0e75b4e3a3d3aaad48d37241f416b3f66 Mon Sep 17 00:00:00 2001 From: Matt Bachmann Date: Wed, 12 Jul 2023 22:36:28 -0400 Subject: [PATCH] Version 7.6.1 --- CHANGELOG | 4 ++++ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 0fd543aa..5169bc3e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +07/12/2023 v7.6.1 + +* Fixes metadata so pypi reports the license properly. Thanks for the report@snydergd [Issue 353](https://github.com/Bachmann1234/diff_cover/issues/353) + 06/10/2023 v7.6.0 * Shellcheck support added to diff quality Thanks @mg-castel ! [PR 347](https://github.com/Bachmann1234/diff_cover/pull/347) diff --git a/pyproject.toml b/pyproject.toml index 9c91bc2f..c0e1330e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "diff_cover" -version = "7.6.0" +version = "7.6.1" description = "Run coverage and linting reports on diffs" authors = ["See Contributors"] homepage = "https://github.com/Bachmann1234/diff-cover"