makeplane / makeplane/plane

apps/api/pyproject.toml version stuck at 0.24.0 while repo shipped 1.3.1

Open Beginner friendly
#9,355 0 comments 0 reactions 0 assignees View on GitHub

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

  1. git clone https://github.com/makeplane/plane && cd plane
  2. grep '"version"' package.json apps/*/package.json
  3. 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!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.