Skip to content

v2.0.0b1

Choose a tag to compare

@s3dev s3dev released this 11 Sep 16:03
· 5 commits to master since this release

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-__