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 plane
grep '"version"' package.json apps/*/package.json
grep '^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!
Problem
apps/api/pyproject.tomlreportsversion = "0.24.0"while every other manifest in the tree is1.3.1.Steps
git clone https://github.com/makeplane/plane && cd planegrep '"version"' package.json apps/*/package.jsongrep '^version' apps/api/pyproject.tomlExpected
All manifests agree on the same release version (
1.3.1).Actual
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!