diff --git a/CHANGES.rst b/CHANGES.rst index 37d8a46..4f547be 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,16 @@ Change log for ``distlib`` -------------------------- -0.3.5 (future) +0.3.6 (future) ~~~~~~~~~~~~~~ Released: Not yet. +0.3.5 +~~~~~ + +Released: 2022-07-14 + - database - Fixed #170: Corrected implementation of ``get_required_dists()``. diff --git a/docs/internals.rst b/docs/internals.rst index ddcc19c..c66be1e 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -120,6 +120,8 @@ a :attr:`matcher` attribute which is normally ``None`` but set to a :class:`distlib.version.Matcher` instance when a :meth:`locate` call is in progress. +Note that in order to work with legacy version numbers (those not complying with PEP +440), you need to pass ``scheme='legacy'`` to the initializer for a locator. Finding dependencies ~~~~~~~~~~~~~~~~~~~~