Prepared release 10.2.0. eric7 release-10.2.0

Wed, 16 Nov 2022 09:51:03 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 16 Nov 2022 09:51:03 +0100
branch
eric7
changeset 76
83f6ca684564
parent 75
7a30d96ea9f6
child 77
ba981364ae1a

Prepared release 10.2.0.

ChangeLog file | annotate | diff | comparison | revisions
PluginFlask.epj file | annotate | diff | comparison | revisions
PluginProjectFlask.zip file | annotate | diff | comparison | revisions
--- a/ChangeLog	Wed Nov 16 09:41:50 2022 +0100
+++ b/ChangeLog	Wed Nov 16 09:51:03 2022 +0100
@@ -1,5 +1,9 @@
 ChangeLog
 ---------
+Version 10.2.0
+- resorted the import statements with isort
+- removed direct access to the project pdata structure for eric 22.12 and newer
+
 Version 10.1.0
 - adapted the import statements to the new structure
 
--- a/PluginFlask.epj	Wed Nov 16 09:41:50 2022 +0100
+++ b/PluginFlask.epj	Wed Nov 16 09:51:03 2022 +0100
@@ -124,13 +124,16 @@
         "ignoreDirectories": [
           ".eric6project",
           ".ropeproject",
-          ".hg"
+          ".hg",
+          ".eric7project",
+          ".jedi"
         ],
         "ignoreFilePatterns": [
           "Ui_*"
         ],
         "outputDirectory": "ProjectFlask/Documentation/source",
         "qtHelpEnabled": false,
+        "startDirectory": "",
         "useRecursion": true
       }
     },
Binary file PluginProjectFlask.zip has changed

eric ide

mercurial