Skip to content

Version mismatch in pyproject.toml #1183

@tacerus

Description

@tacerus

Hi,

checking out the tag v0.24.4 gets a pyproject.toml with version 0.24.3, causing conflicts during distribution packaging:

$ git describe --tags
v0.24.4
$ grep ^version pyproject.toml
version = "0.24.3"
$ git log -n1 --oneline pyproject.toml
b0c9084abd92 (tag: v0.24.3) bump: up to version 0.24.3

Could you release a new version (I guess 0.24.5 would be the next) where the version in the tag and in pyproject.toml match?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions