From 36630a0f1d6d0191ea370a6c9dc70f804263f23d Mon Sep 17 00:00:00 2001 From: kamilburda <8431034+kamilburda@users.noreply.github.com> Date: Sun, 5 Feb 2023 18:23:28 +0100 Subject: [PATCH] Release 3.3.5 --- CHANGELOG.md | 4 ++-- README.md | 2 +- export_layers/config.py | 4 ++-- export_layers/locale/gimp-plugin-export-layers.pot | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 278cc894..a804c74f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -3.3.5 (upcoming) -================ +3.3.5 +===== * The "Rename" procedure can now optionally rename layer groups. * "Inherit transparency from layer groups" now uses the most recent layer opacity in case a custom procedure adjusting the opacity is applied before. diff --git a/README.md b/README.md index 07e4965b..9dee6ec5 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Features * Customize export with additional procedures and constraints -[**Download latest release**](https://github.com/kamilburda/gimp-export-layers/releases/tag/3.3.4) (3.3.4, October 30, 2022) +[**Download latest release**](https://github.com/kamilburda/gimp-export-layers/releases/tag/3.3.5) (3.3.5, February 05, 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 1ea61b80..6534f416 100644 --- a/export_layers/config.py +++ b/export_layers/config.py @@ -17,8 +17,8 @@ c.LOG_MODE = 'exceptions' c.PLUGIN_TITLE = lambda: _('Export Layers') -c.PLUGIN_VERSION = '3.3.4' -c.PLUGIN_VERSION_RELEASE_DATE = 'October 30, 2022' +c.PLUGIN_VERSION = '3.3.5' +c.PLUGIN_VERSION_RELEASE_DATE = 'February 05, 2023' c.AUTHOR_NAME = 'Kamil Burda' c.COPYRIGHT_YEARS = '2013-2022' 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 4fe669a6..07920aa1 100644 --- a/export_layers/locale/gimp-plugin-export-layers.pot +++ b/export_layers/locale/gimp-plugin-export-layers.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 'export_layers' 3.3.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-02-05 18:04+0100\n" +"POT-Creation-Date: 2023-02-05 18:23+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n"