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

Fixed the --version command when installed from source #347

Merged
merged 3 commits into from
Jan 9, 2022
Merged

Fixed the --version command when installed from source #347

merged 3 commits into from
Jan 9, 2022

Commits on Jan 6, 2022

  1. Fixed the --version command when installed from source (#344)

    The command only worked when running it inside the git repository.
    
    Now, it works from everywhere, and the version is constructed using
    the latest git tag and the SHA of the latest commit, which may help
    with further debugging in future issues.
    ariasmn committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    e913d09 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2022

  1. Improving version output.

    Renaming version_config to setuptools_git_versioning to be compliant with new plugin version.
    
    Formatted the version when a git hash is present for a better readability.
    
    The version is set in the setup.py file. This will be used for the tar.gz releases.
    Snap version is also retrieved from setup.py too, so we avoid code repetition.
    ariasmn committed Jan 8, 2022
    Configuration menu
    Copy the full SHA
    4520878 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2022

  1. Configuration menu
    Copy the full SHA
    4ebf610 View commit details
    Browse the repository at this point in the history