Skip to content

Commit e31bb7d

Browse files
authored
Merge pull request #186 from skogsbaer/sw/fixes-2025-10-13
version bump changelog and readme for 2.0.7
2 parents 968827d + 745fb2b commit e31bb7d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
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.0.7 (2025-10-14)
4+
* Fix #184 (filenames with dots)
5+
* Support python 3.13
36
* 2.0.6 (2025-10-08)
47
* Settings for language #180
58
* Only warn of settings cannot be saved #182

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ The ideas of this environment are based on the great ideas from
77

88
## Quick start
99

10-
* Step 1. Install **Python 3.12.x** or **Python 3.13.x**.
10+
* Step 1. Install **Python 3.12.x** or **Python 3.13.x** or **Python 3.14.x**.
1111
* Step 2. Install Visual Studio Code, at least version Version: 1.94.2
12-
* Step 2. Install the **write-your-python-program** extension for Visual Studio Code.
13-
* Step 3. Open or create a Python file. The "RUN" button in the taskbar at the bottom will
12+
* Step 3. Install the **write-your-python-program** extension for Visual Studio Code.
13+
* Step 4. Open a folder in Visual Studio Code.
14+
* Step 5. Open or create a Python file inside this folder. The "RUN" button in the taskbar at the bottom will
1415
run your file with the teaching language provided by write-your-python-program.
1516

1617
### Troubleshooting

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

0 commit comments

Comments
 (0)