From b62456c534c907241e7bca399327e6adbc80cdb7 Mon Sep 17 00:00:00 2001 From: Matias Bordese Date: Sun, 26 Jun 2022 17:07:09 -0300 Subject: [PATCH] Prepare release 0.7.4 --- AUTHORS | 2 ++ HISTORY | 5 +++++ unidiff/__version__.py | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 5b54cd5..d3e357d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -30,3 +30,5 @@ Contributors * (`@huichen-cs`) * Mikhail f. Shiryaev (`@Felixoid`) * Ronuk Raval (`@rraval`) + * anthony sottile (`@asottile-sentry`) + * (`@cpackham-atlnz`) diff --git a/HISTORY b/HISTORY index e9d39dc..f06cdf2 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,11 @@ History ------- +0.7.4 - 2022-06-26 +------------------ + +* Fixed git diff parsing issues (filename with spaces, only one added/deleted file). + 0.7.3 - 2022-02-06 ------------------ diff --git a/unidiff/__version__.py b/unidiff/__version__.py index e1e30c2..0448fe8 100644 --- a/unidiff/__version__.py +++ b/unidiff/__version__.py @@ -21,4 +21,4 @@ # OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE # OR OTHER DEALINGS IN THE SOFTWARE. -__version__ = '0.7.3' +__version__ = '0.7.4'