We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553e313 commit d999325Copy full SHA for d999325
2 files changed
ChangeLog.md
@@ -1,5 +1,8 @@
1
# Write Your Python Program - CHANGELOG
2
3
+* 2.2.0 (2026-03-17)
4
+ * Performance improvements
5
+ * Fix for multi-threaded environment
6
* 2.1.2 (2025-12-08)
7
* Fix for running a file that has the same name as a module from the stdlib
8
* Fix debugger invocation #194
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.1.2",
+ "version": "2.2.0",
"publisher": "StefanWehr",
"icon": "icon.png",
9
"engines": {
0 commit comments