-
Notifications
You must be signed in to change notification settings - Fork 948
Open
Labels
challenging first issueA first issue that's doable for a newcomer, but might be a bit harderA first issue that's doable for a newcomer, but might be a bit hardertech debt
Description
There are many places where augur writes a hardcoded version number to the database:
| 'tool_version': '0.89.1', |
| 'tool_version': '0.44.3', |
| 'tool_version': '0.80', |
| 'tool_version': '0.41', |
augur/augur/tasks/github/repo_info/core.py
Line 226 in a60ddea
| 'tool_version': '0.50.0', |
... and many more.
some of these are clearly out of date. Others are so old that I suspect they may be referring to versions other than the augur core version.
For this issue: any of these that are supposed to refer to augur version numbers should import/read this value from metadata.py (and maybe it should move into the augur source tree)
Metadata
Metadata
Assignees
Labels
challenging first issueA first issue that's doable for a newcomer, but might be a bit harderA first issue that's doable for a newcomer, but might be a bit hardertech debt