From 1b6d6cf0bbe33116e8a8588b2b80abf9bd5b6ee2 Mon Sep 17 00:00:00 2001 From: botpub <52496925+botpub@users.noreply.github.com> Date: Mon, 30 Oct 2023 19:51:55 +0000 Subject: [PATCH] Release Photos 1.5.0 --- CHANGELOG.md | 10 ++++++++++ RELEASE.md | 8 -------- pyproject.toml | 2 +- 3 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 RELEASE.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e3824c5..d9d525e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ CHANGELOG ========= +1.5.0 - 2023-10-30 +------------------ + +* Improve speed by using a global process pool +* Fix exclude list format issue +* Catch exceptions while reading or writing EXIF data +* Handle photos for which GPS data is not available +* Handle missing galleries +* Post-process JPEG images with RGB converter + 1.4.0 - 2022-09-08 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index d18463a..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,8 +0,0 @@ -Release type: minor - -* Improve speed by using a global process pool -* Fix exclude list format issue -* Catch exceptions while reading or writing EXIF data -* Handle photos for which GPS data is not available -* Handle missing galleries -* Post-process JPEG images with RGB converter diff --git a/pyproject.toml b/pyproject.toml index 11feceb..cda11b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pelican-photos" -version = "1.4.0" +version = "1.5.0" authors = [ { name = "Joaquim Baptista", email = "pxquim@gmail.com"}, ]