Skip to content

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

Description

@chirag127

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions