From 8fb768139a96f94ab1f8295a77bd65f1ee4239fb Mon Sep 17 00:00:00 2001 From: kamilburda <8431034+kamilburda@users.noreply.github.com> Date: Sun, 3 Sep 2023 23:06:48 +0200 Subject: [PATCH] Release 4.0.2 --- CHANGELOG.md | 4 ++-- README.md | 2 +- export_layers/config.py | 4 ++-- export_layers/locale/gimp-plugin-export-layers.pot | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0bccd20..d484813c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -Upcoming -======== +4.0.2 +===== * Image metadata (Exif, XMP, IPTC) are now added to each exported layer. Applies to GIMP 2.10 only. diff --git a/README.md b/README.md index 58a6189c..5fb38f31 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Features * Customize processing with procedures and constraints -### [Download latest release](https://github.com/kamilburda/gimp-export-layers/releases/tag/4.0.1) (4.0.1, August 20, 2023) +### [Download latest release](https://github.com/kamilburda/gimp-export-layers/releases/tag/4.0.2) (4.0.2, September 03, 2023) See the [documentation](https://kamilburda.github.io/gimp-export-layers/sections) for information about installation, usage and known issues. diff --git a/export_layers/config.py b/export_layers/config.py index 9fff200d..c7c52444 100644 --- a/export_layers/config.py +++ b/export_layers/config.py @@ -20,8 +20,8 @@ c.LOG_MODE = 'exceptions' c.PLUGIN_TITLE = lambda: _('Export Layers') -c.PLUGIN_VERSION = '4.0.1' -c.PLUGIN_VERSION_RELEASE_DATE = 'August 20, 2023' +c.PLUGIN_VERSION = '4.0.2' +c.PLUGIN_VERSION_RELEASE_DATE = 'September 03, 2023' c.AUTHOR_NAME = 'Kamil Burda' c.COPYRIGHT_YEARS = '2013-2023' c.PAGE_URL = 'https://kamilburda.github.io/gimp-export-layers' diff --git a/export_layers/locale/gimp-plugin-export-layers.pot b/export_layers/locale/gimp-plugin-export-layers.pot index 25e0a299..b9f25db8 100644 --- a/export_layers/locale/gimp-plugin-export-layers.pot +++ b/export_layers/locale/gimp-plugin-export-layers.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: 'export_layers' 4.0.1\n" +"Project-Id-Version: 'export_layers' 4.0.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-08-20 14:20+0200\n" +"POT-Creation-Date: 2023-09-03 23:06+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"