Updated the changelog and ThirdParty files. eric7

Wed, 29 Nov 2023 14:32:18 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 29 Nov 2023 14:32:18 +0100
branch
eric7
changeset 10357
ac30c311d35f
parent 10356
09c698245a5c
child 10358
957c9de01d42

Updated the changelog and ThirdParty files.

docs/ThirdParty.md file | annotate | diff | comparison | revisions
docs/changelog.md file | annotate | diff | comparison | revisions
--- a/docs/ThirdParty.md	Wed Nov 29 14:31:50 2023 +0100
+++ b/docs/ThirdParty.md	Wed Nov 29 14:32:18 2023 +0100
@@ -7,8 +7,8 @@
 |:------------:|:---------:|:----------------------------|
 | eradicate    |   2.3.0   | MIT License (Expat License) |
 | mccabe       |   0.7.0   | MIT License (Expat License) |
-| pip-licenses |   4.3.2   | MIT License (MIT)           |
-| pycodestyle  |   2.11.0  | MIT License (Expat License) |
+| pip-licenses |   4.3.3   | MIT License (MIT)           |
+| pycodestyle  |   2.11.1  | MIT License (Expat License) |
 | pyflakes     |   3.1.0   | MIT License (MIT)           |
 |              |           |                             |
 | jquery       |   3.6.3   | MIT License (MIT)           |
@@ -23,12 +23,12 @@
 | flake8-annotations-complexity |   0.0.8   | MIT License (MIT)                  |
 | flake8-annotations-coverage   |   0.0.6   | MIT License (MIT)                  |
 | flake8-async                  |  22.11.14 | MIT License (MIT)                  |
-| flake8-bugbear                |  23.7.10  | MIT License (MIT)                  |
+| flake8-bugbear                |  23.11.26 | MIT License (MIT)                  |
 | flake8-future-annotations     |   1.1.0   | MIT License (MIT)                  |
 | flake8-local-import           |   1.0.6   | MIT License (MIT)                  |
 | flake8-pep585                 |   0.1.7   | Mozilla Public License Version 2.0 |
 | flake8-pep604                 |   1.1.0   | MIT License (MIT)                  |
-| flake8-simplify               |   0.20.0  | MIT License (MIT)                  |
+| flake8-simplify               |   0.21.0  | MIT License (MIT)                  |
 | flake8-tidy-imports           |   4.10.0  | MIT License (MIT)                  |
 | flake8-unused-arguments       |   0.0.13  | MIT License (MIT)                  |
 | flake8-unused-globals         |   0.1.10  | MIT License (MIT)                  |
--- a/docs/changelog.md	Wed Nov 29 14:31:50 2023 +0100
+++ b/docs/changelog.md	Wed Nov 29 14:32:18 2023 +0100
@@ -1,5 +1,18 @@
 # Change Log
 
+### Version 24.01
+- bug fixes
+- Code Style Checker
+    - Updated these checkers to support more cases.
+        - Miscellaneous
+        - Simplify
+- Virtual Environments
+    - Added the capability to search for unregistered Python interpreters in
+      order to create an environment entry for those selected by the user.
+- Third Party packages
+    - Upgraded pip-licenses to version 4.3.3.
+    - Upgraded pycodestyle to version 2.11.1.
+
 ### Version 23.12
 - bug fixes
 - General

eric ide

mercurial