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

Add alternative way to retrieve version number from pyproject.toml #531

Merged
merged 4 commits into from Nov 25, 2022

Commits on Nov 25, 2022

  1. Getting version using pkg_resources may not work if rope is not actua…

    …lly installed
    
    python-mode for Vim vendored rope in a way that breaks this way of
    getting version number. Use regular expression instead as a fallback
    mechanism to parse pyproject.toml.
    lieryan committed Nov 25, 2022
    Copy the full SHA
    a3c7245 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8e03e4b View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    lieryan committed Nov 25, 2022
    Copy the full SHA
    0130d9b View commit details
    Browse the repository at this point in the history
  4. Black

    lieryan committed Nov 25, 2022
    Copy the full SHA
    abdfe0b View commit details
    Browse the repository at this point in the history