You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the CanFlood version tag (e.g., 1.2.0) is set in many places:
build.ui
metadata.txt
docs/source/conf.py
github
??
These are all supposed to be set manually during deployment, and therefore rarely all match.
I propose the following:
Include a version tag on the model.ui and results.ui (like the build.ui)
set a single location for the version tag (./canflod/__init__.py)
./dev_tools/set_version.bat script to pull the version tag and update as many of these as possible (eventually, we can incorporate this script into some sort of deployment routine)
The text was updated successfully, but these errors were encountered:
the CanFlood version tag (e.g., 1.2.0) is set in many places:
These are all supposed to be set manually during deployment, and therefore rarely all match.
I propose the following:
./canflod/__init__.py
)./dev_tools/set_version.bat
script to pull the version tag and update as many of these as possible (eventually, we can incorporate this script into some sort of deployment routine)The text was updated successfully, but these errors were encountered: