Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python/importlib_metadata
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.1.0
Choose a base ref
...
head repository: python/importlib_metadata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.2.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 24, 2024

  1. Add SimplePath to importlib_metadata.__all__.

    Closes #494
    jaraco committed Jul 24, 2024
    Copy the full SHA
    d18ae21 View commit details
  2. Finalize

    jaraco committed Jul 24, 2024
    Copy the full SHA
    3f6acea View commit details
Showing with 10 additions and 0 deletions.
  1. +9 −0 NEWS.rst
  2. +1 −0 importlib_metadata/__init__.py
9 changes: 9 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v8.2.0
======

Features
--------

- Add SimplePath to importlib_metadata.__all__. (#494)


v8.1.0
======

1 change: 1 addition & 0 deletions importlib_metadata/__init__.py
Original file line number Diff line number Diff line change
@@ -39,6 +39,7 @@
'DistributionFinder',
'PackageMetadata',
'PackageNotFoundError',
'SimplePath',
'distribution',
'distributions',
'entry_points',