Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find & add a version bump system that can handle app & python versions #420

Open
hwine opened this issue Dec 1, 2020 · 0 comments
Open
Labels
code hygiene Improvements to code quality, but no visible features. enhancement packaging packaging/install issues
Milestone

Comments

@hwine
Copy link
Contributor

hwine commented Dec 1, 2020

Besides the version of frost itself, there are other version numbers that need to be updated in several places. One example will be the Python version number, which appears in various files such as Dockerfile, tox.ini, .pre-commit-config.yaml (#419).

Having so many places to change to upgrade leads to an error prone manual process.

There are tools, such as bump2version which handle application versioning well. We may need to search for a tool that can handle 2 sets of version numbers. (They also provide a list of alternatives.)

@hwine hwine added enhancement packaging packaging/install issues code hygiene Improvements to code quality, but no visible features. labels Dec 1, 2020
@ajvb ajvb added this to the 0.5.0 milestone Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code hygiene Improvements to code quality, but no visible features. enhancement packaging packaging/install issues
Projects
None yet
Development

No branches or pull requests

2 participants