We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b6f0f commit 2e15976Copy full SHA for 2e15976
ChangeLog.md
@@ -1,5 +1,7 @@
1
# Write Your Python Program - CHANGELOG
2
3
+* 2.0.9 (2025-10-27)
4
+ * Overwrite path to old plugin versions #188
5
* 2.0.8 (2025-10-16)
6
* Fix vscode warning for literals
7
* Fix highlighting for files with umlauts
package.json
@@ -3,7 +3,7 @@
"displayName": "Write Your Python Program!",
"description": "A user friendly python environment for beginners",
"license": "See license in LICENSE",
- "version": "2.0.8",
+ "version": "2.0.9",
"publisher": "StefanWehr",
8
"icon": "icon.png",
9
"engines": {
0 commit comments