apps/api/pyproject.toml version stuck at 0.24.0 while repo shipped 1.3.1
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 59.6k
- Forks
- 5.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 49
Description
Problem
apps/api/pyproject.toml reports version = "0.24.0" while every other manifest in the tree is 1.3.1.
Steps
git clone https://github.com/makeplane/plane && cd planegrep '"version"' package.json apps/*/package.jsongrep '^version' apps/api/pyproject.toml
Expected
All manifests agree on the same release version (1.3.1).
Actual
package.json: "version": "1.3.1",
apps/api/package.json: "version": "1.3.1",
apps/web/package.json: "version": "1.3.1",
apps/admin/package.json: "version": "1.3.1",
apps/space/package.json: "version": "1.3.1",
apps/live/package.json: "version": "1.3.1",
apps/api/pyproject.toml: version = "0.24.0"
Last touched 2025-09-29 (9237f568) without version bump. Value drifts every release cut.
Environment
Branch: preview (default). File: apps/api/pyproject.toml:3.
Thanks for maintaining makeplane/plane!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking apps/api/pyproject.toml:3 and compare it with the repository manifests using the grep commands in the issue. Done means the API manifest reports version 1.3.1 like the other listed manifests and the comparison shows no version drift.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- release
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100