From dc0248fb11180a4c5d8eba09945fefe98be1d85a Mon Sep 17 00:00:00 2001 From: botpub Date: Fri, 7 Jan 2022 04:08:46 +0000 Subject: [PATCH] Release Photos 1.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ RELEASE.md | 12 ------------ pyproject.toml | 2 +- 3 files changed, 18 insertions(+), 13 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index adbff45..7a76c1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ CHANGELOG ========= +1.3.0 - 2022-01-07 +------------------ + +- Add default processing information and pass them to the Pillow writer +- Fix issues with multiprocessing +- Add option to detect number of CPUs +- Add new class to hold information about the source image +- Add caching for exif, notes and exclude lists +- Add high and width information from the result image +- Update signal and config handling +- Add optional api documentation +- Add more docstrings +- Add an initial version of an example blog to show how to use the plugin + +Contributed by [PhiBo](https://github.com/phibos) [PR #25](https://github.com/pelican-plugins/photos/pull/25/) + + 1.2.0 - 2022-01-01 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 807eedf..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,12 +0,0 @@ -Release type: minor - -- Add default processing information and pass them to the Pillow writer -- Fix issues with multiprocessing -- Add option to detect number of CPUs -- Add new class to hold information about the source image -- Add caching for exif, notes and exclude lists -- Add high and width information from the result image -- Update signal and config handling -- Add optional api documentation -- Add more docstrings -- Add an initial version of an example blog to show how to use the plugin diff --git a/pyproject.toml b/pyproject.toml index 66d912e..985df9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-photos" -version = "1.2.0" +version = "1.3.0" description = "Add a photo or a gallery of photos to an article" authors = ["Joaquim Baptista "] license = "AGPL-3.0"