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
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