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

Remove outdated "single sourcing package version" advice #1276

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Jul 23, 2024

  1. Remove outdated "single sourcing package version" advice.

    Now that Python 3.7 is EOL and importlib.metadata is available in all non-EOL Python versions, it is no longer advisable to keep a __version__ attribute in the source code. Use importlib.metadata.version() to retrieve a version string from package metadata if necessary.
    wimglenn committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6cad57c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

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

Commits on Aug 21, 2024

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

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    8de76d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde56ce View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from tabedzki/Adding-in-link-to-discussion

    Add link to discussion "Single-sourcing the Project Version" in writing-pyproject.toml
    wimglenn authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b54e715 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 24, 2024

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