Skip to content

Issue-LowPrio: Common version change in one place . Toml file #170

@alan-techdev

Description

@alan-techdev

Currently there are two places or more which make changes for the application version
from init.py (version) place
from toml file ( pyproject.toml --> version )
from docs/source/config.py which query the Scripts/parse_version.py

tox takes the version from tom which is fine.
The build and deployment should be also from tox only for release in production but this is another issue which will be addressed in the future

We need a common place to have our version which is the toml file . The build system already does take it ( poetry with the help of tox ( orchestrator ) . The version needs to be incremented in one place

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions