v2.0.0b1
Changes
Features:
- Version checks can now be carried out against the following source code
configuration tools and repositories:- PyPI
- GitHub
- Git (a local (offline) repository)
- The Git tag is now obtained using the ls-remote tool which is flexible
to both directory paths (for local repositories) and URLs (for GitHub). - The version of an installed library can be checked rather than using
the _version.py file.
Testing:
- All tests complete successfully.
- Code coverage is 100%.
Linting:
- Pylintr completes with 100% success.
Released: 2024-09-__