chore: bump v0.131 (#1042)

* Update pyproject.toml

* docs: update changelog and rename "start" command to "create"
This commit is contained in:
Juro Oravec 2025-03-19 09:57:26 +01:00 committed by GitHub
parent 0f41a62592
commit c034b7da65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 10 additions and 9 deletions

View file

@ -44,8 +44,8 @@ The entrypoint for the "components" commands.
```bash
python manage.py components list
python manage.py components start <name>
python manage.py components upgrade <name>
python manage.py components create <name>
python manage.py components upgrade
python manage.py components ext list
python manage.py components ext run <extension> <command>
```