OpenWaterFoundation / cdss-app-snodas-tools

Colorado's Decision Support Systems (CDSS) Snow Data Assimilation System (SNODAS) Tools
8 stars 4 forks source link

Tag the repository for last commit before starting new work #21

Closed smalers closed 3 years ago

smalers commented 3 years ago

I forgot to tag the repo before making recent changes. Josh should look at the commit history and tag the commit that was before my latest changes. Use tag -a with tag name SNODAS-Tools-1.0.0 and message SNODAS Tools using QGIS 2. If the version is not found in the server-side code, just use 1.0.0 and we'll do a better job going forward. Push the tag to the repo.

The version also needs to be in the Python code so we can track version and release notes. The application should run with --version option to print its version and exit. I don't remember if this was implemented.

Nightsphere commented 3 years ago

The tag was successfully created, as was the optional -- version argument or both the SNODASDaily_Interactive.py and SNODASDaily_Automated.py scripts. Closing this issue.