Skip to content

Commit d999325

Browse files
committed
changelog and version bump for 2.2.0
1 parent 553e313 commit d999325

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Write Your Python Program - CHANGELOG
22

3+
* 2.2.0 (2026-03-17)
4+
* Performance improvements
5+
* Fix for multi-threaded environment
36
* 2.1.2 (2025-12-08)
47
* Fix for running a file that has the same name as a module from the stdlib
58
* Fix debugger invocation #194

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Write Your Python Program!",
44
"description": "A user friendly python environment for beginners",
55
"license": "See license in LICENSE",
6-
"version": "2.1.2",
6+
"version": "2.2.0",
77
"publisher": "StefanWehr",
88
"icon": "icon.png",
99
"engines": {

0 commit comments

Comments
 (0)