Context
The root README Docker build example pins an outdated VERSION=0.2.5 while the package version is newer (currently 0.2.10 in pyproject.toml).
Steps
- Read the current version from
packages/create-awesome-python-app/pyproject.toml.
- Update the README Docker example to that version (or a clearly commented "pin any released version" note using the current one as example).
- Grep docs for other stale
0.2.x Docker examples and fix if found.
Acceptance criteria
Files
README.md
packages/create-awesome-python-app/pyproject.toml (reference)
How to verify
Compare README snippet version to pyproject.toml [project].version.
Context
The root README Docker build example pins an outdated
VERSION=0.2.5while the package version is newer (currently 0.2.10 inpyproject.toml).Steps
packages/create-awesome-python-app/pyproject.toml.0.2.xDocker examples and fix if found.Acceptance criteria
Files
README.mdpackages/create-awesome-python-app/pyproject.toml(reference)How to verify
Compare README snippet version to
pyproject.toml[project].version.