From ed1fbdade22aea712e69dd6f03671b13fdfce442 Mon Sep 17 00:00:00 2001 From: bastienlc <78959054+bastienlc@users.noreply.github.com> Date: Fri, 29 Mar 2024 18:51:47 +0100 Subject: [PATCH] Release 2.1.2 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ebfa950..8793f07 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ pip install -e . ### Checklist before opening a pull request * The code is formatted with `black` and `isort`. +* The tests pass. * The readme is updated if necessary (especially if the command line interface changes). ## Authors @@ -184,6 +185,9 @@ pip install -e . * 2.1.0 * Add --unselectable and --save-as-image options. * Fix bug with temporary files on Windows. +* 2.1.2 + * Fix missing Poppler dependancy. + * Add test and lint to CI. ## License