diff --git a/Readme.md b/Readme.md index 083129a..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) @@ -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). @@ -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 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