Skip to content

Commit 21cbcf8

Browse files
committed
version bump and changelog for 2.1.2
1 parent 998ad47 commit 21cbcf8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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.1.2 (2025-12-08)
4+
* Fix for running a file that has the same name as a module from the stdlib
5+
* Fix debugger invocation #194
36
* 2.1.1 (2025-11-26)
47
* Fix a couple of glitches with highlighting in the visualization
58
* 2.1.0 (2025-11-07)

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.1",
6+
"version": "2.1.2",
77
"publisher": "StefanWehr",
88
"icon": "icon.png",
99
"engines": {

0 commit comments

Comments
 (0)