Skip to content

Commit fc80839

Browse files
committed
Release 4.0.1
1 parent 6fe682c commit fc80839

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Upcoming
2-
========
1+
4.0.1
2+
=====
33

44
* Fixed JSON serialization for procedures or constraints containing array arguments.
55
* Fixed a crash when a PDB procedure is no longer available (which could happen if GIMP removed a procedure in a later version or a custom script/plug-in is not available in a different GIMP installation). A warning message will be displayed instead.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Features
1010
* Customize processing with procedures and constraints
1111

1212

13-
### [Download latest release](https://github.com/kamilburda/gimp-export-layers/releases/tag/4.0) (4.0, August 06, 2023)
13+
### [Download latest release](https://github.com/kamilburda/gimp-export-layers/releases/tag/4.0.1) (4.0.1, August 20, 2023)
1414

1515
See the [documentation](https://kamilburda.github.io/gimp-export-layers/sections) for information about installation, usage and known issues.
1616

export_layers/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
c.LOG_MODE = 'exceptions'
2121

2222
c.PLUGIN_TITLE = lambda: _('Export Layers')
23-
c.PLUGIN_VERSION = '4.0'
24-
c.PLUGIN_VERSION_RELEASE_DATE = 'August 06, 2023'
23+
c.PLUGIN_VERSION = '4.0.1'
24+
c.PLUGIN_VERSION_RELEASE_DATE = 'August 20, 2023'
2525
c.AUTHOR_NAME = 'Kamil Burda'
2626
c.COPYRIGHT_YEARS = '2013-2023'
2727
c.PAGE_URL = 'https://kamilburda.github.io/gimp-export-layers'

export_layers/locale/gimp-plugin-export-layers.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: 'export_layers' 4.0.1\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-08-20 14:00+0200\n"
11+
"POT-Creation-Date: 2023-08-20 14:20+0200\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"

0 commit comments

Comments
 (0)