We need to start versioning the app such that people who have it hosted have a better idea of how far behind they are without peering into the source code.
Suggestions:
Semantic versioning
use git tags for release versions
use bumpversion to automate the version incrementing
maintain a setup.py that contains the versioning info as well as the packaging details to generate a distributable tarball
We need to start versioning the app such that people who have it hosted have a better idea of how far behind they are without peering into the source code.
Suggestions:
bumpversion
to automate the version incrementingsetup.py
that contains the versioning info as well as the packaging details to generate a distributable tarball