From a7a5f22e140a8d29d370bf46dfb7ab4e8a694619 Mon Sep 17 00:00:00 2001 From: ananya-sajan07 Date: Mon, 10 Aug 2026 13:36:16 +0530 Subject: [PATCH 1/3] docs: update contributing focus from 0.3.0 roadmap to August 2026 dev sprint --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 083129a..619706c 100644 --- a/Readme.md +++ b/Readme.md @@ -189,8 +189,8 @@ together. Keep exercise and check filenames mirrored, for example ## Contributing Pythonlings is actively developed and welcomes contributors — beginners included. -The current focus is the [0.3.0 roadmap](docs/roadmap/0.3.0.md) (wider adoption), -and every roadmap issue is written to be picked up cold. Start with a +The current focus is the [August 2026 Community Dev Sprint](https://github.com/abhiksark/pythonlings/issues/52). +Start with a [`good first issue`](https://github.com/abhiksark/pythonlings/issues?q=is%3Aopen+label%3A%22good+first+issue%22), comment to claim it, and see [CONTRIBUTING.md](CONTRIBUTING.md). From 55a1090cbb75bba3f1cf470d98a3ad9ff82e2ade Mon Sep 17 00:00:00 2001 From: ananya-sajan07 Date: Mon, 10 Aug 2026 13:48:20 +0530 Subject: [PATCH 2/3] docs: refresh README release references --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 619706c..a94df18 100644 --- a/Readme.md +++ b/Readme.md @@ -26,7 +26,7 @@ uvx pythonlings How it works: **edit** the broken exercise in the built-in editor → checks rerun as you type and advance you to the next one. That's the whole loop. -Status: `v0.4.0`, alpha — published on PyPI as `pythonlings`. +Status: `v0.4.1`, alpha — published on PyPI as `pythonlings`. ![Coding screen](docs/assets/screenshots/coding-screen.png) @@ -209,7 +209,7 @@ feature/ -> dev -> main -> vMAJOR.MINOR.PATCH ``` Feature branches are merged into `dev`. A verified `dev` branch is then merged -into `main` and tagged with an annotated release tag such as `v0.1.0`. +into `main` and tagged with an annotated release tag such as `vMAJOR.MINOR.PATCH`. See [RELEASE.md](RELEASE.md) for the release checklist. ## Attribution From 6d564c12984906df89b5a051b7a30323cabfc686 Mon Sep 17 00:00:00 2001 From: ananya-sajan07 Date: Mon, 10 Aug 2026 13:52:29 +0530 Subject: [PATCH 3/3] docs: update roadmap version to v0.4.1 --- docs-site/roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-site/roadmap.md b/docs-site/roadmap.md index 0ab7982..91d88ac 100644 --- a/docs-site/roadmap.md +++ b/docs-site/roadmap.md @@ -1,6 +1,6 @@ # Roadmap -Pythonlings is `v0.4.0`, published on PyPI as `pythonlings`. Install with +Pythonlings is `v0.4.1`, published on PyPI as `pythonlings`. Install with `uvx pythonlings` or `pip install pythonlings`. ## Shipped