Skip to content

develop branch: version.py (3.1.0) out of sync with pyproject.toml (3.2.0) #771

@arnoldwender

Description

@arnoldwender

Bug

After the v3.2.0 release (merged via #761), pyproject.toml was bumped to 3.2.0 but mempalace/version.py still reads 3.1.0.

This causes tests/test_version_consistency.py to fail on every PR that targets develop:

AssertionError: assert '3.1.0' == '3.2.0'

Steps to reproduce

git checkout develop
grep __version__ mempalace/version.py   # 3.1.0
grep '^version' pyproject.toml          # 3.2.0

Fix

Bump version.py to 3.2.0 in develop:

__version__ = "3.2.0"

All open PRs targeting develop currently need a workaround commit to fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions