Wed, 26 Oct 2022 09:29:22 +0200
Modified Python3 template iaw.Black formatting rules.
--- a/ChangeLog Tue Oct 25 11:02:36 2022 +0200 +++ b/ChangeLog Wed Oct 26 09:29:22 2022 +0200 @@ -1,9 +1,12 @@ ChangeLog --------- -Version 10.1.1 +Version 10.1.2: +- modified Python3 template iaw.Black formatting rules + +Version 10.1.1: - bug fixes -Version 10.1.0 +Version 10.1.0: - adapted the import statements to the new structure Version 10.0.0:
--- a/PluginWizardDataUriEncoder.py Tue Oct 25 11:02:36 2022 +0200 +++ b/PluginWizardDataUriEncoder.py Wed Oct 26 09:29:22 2022 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "10.1.1" +version = "10.1.2" className = "WizardDataUriEncoderPlugin" packageName = "WizardDataUriEncoder" shortDescription = "Wizard for the creation of code for a base64 data URI."
--- a/WizardDataUriEncoder/DataUriEncoderWizardDialog.py Tue Oct 25 11:02:36 2022 +0200 +++ b/WizardDataUriEncoder/DataUriEncoderWizardDialog.py Wed Oct 26 09:29:22 2022 +0200 @@ -35,8 +35,8 @@ "from io import BytesIO", "", "#metadata", - "__author__ = '{0}'", - "__date__ = '{1}'", + '__author__ = "{0}"', + '__date__ = "{1}"', "", "", "embedded_file = BytesIO(b64decode(",