We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4b203 commit 681e499Copy full SHA for 681e499
2 files changed
ChangeLog.md
@@ -1,5 +1,7 @@
1
# Write Your Python Program - CHANGELOG
2
3
+* 2.2.2 (2026-04-03)
4
+ * Fixed package hiding bug
5
* 2.2.1 (2026-03-26)
6
* Functionality for running standard unit tests
7
* 2.2.0 (2026-03-17)
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.2.1",
+ "version": "2.2.2",
"publisher": "StefanWehr",
8
"icon": "icon.png",
9
"engines": {
0 commit comments