Skip to content

Commit

Permalink
Release v1.4.
Browse files Browse the repository at this point in the history
### Bug Fixes

* open log file for read+write; this fixes a bug on Windows ([eaaa293](eaaa293))
* widen ImageMagick compatibility by allowing for 1.#Inf ([7e1215f](7e1215f))

### Features

* add detection for the command name of ImageMagick's compare ([2669611](2669611))
  • Loading branch information
bgeron committed Jan 4, 2020
1 parent 2902cb2 commit 6d67301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "diff-pdf-visually"
version = "1.3.2"
version = "1.4.0"
description = "A simple script to test whether there is a significant difference between two PDFs using ImageMagick and pdftocairo."
authors = ["Bram Geron <bram@bram.xyz>"]
license = "MIT"
Expand All @@ -16,4 +16,4 @@ pytest = "^3.0"
mypy = "*"

[tool.poetry.scripts]
diff-pdf-visually = 'diff_pdf_visually:__main__.main'
diff-pdf-visually = 'diff_pdf_visually:__main__.main'

0 comments on commit 6d67301

Please sign in to comment.