Skip to content

Commit

Permalink
Changes for 0.3.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Jul 14, 2022
1 parent e42b793 commit 334af77
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Change log for ``distlib``

Released: Not yet.

- database

- Fixed #170: Corrected implementation of ``get_required_dists()``.

- index

- Updated coverage pragmas for tests relating to obsolete PyPI APIs.
Expand All @@ -14,6 +18,10 @@ Released: Not yet.

- Changed the default locator configuration.

- metadata

- Updates in support of PEP 643 / Metadata 2.2.

- scripts

- Updated launcher executables. Thanks to Michael Bikovitsky for his help with
Expand Down
2 changes: 1 addition & 1 deletion distlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
import logging

__version__ = '0.3.5.dev0'
__version__ = '0.3.5'

class DistlibException(Exception):
pass
Expand Down
2 changes: 1 addition & 1 deletion docs/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ will look something like this::
Locate distributions.
"""

def __init__(self, version_scheme='default'):
def __init__(self, scheme='default'):
"""
Initialise a locator with the specified version scheme.
"""
Expand Down

0 comments on commit 334af77

Please sign in to comment.