diff options
| author | Jeremy Bowman <jmbowman@alum.mit.edu> | 2018-05-19 15:37:39 -0400 |
|---|---|---|
| committer | Jeremy Bowman <jmbowman@alum.mit.edu> | 2018-05-19 15:44:39 -0400 |
| commit | 341bbf4d0a8a6674255517a5145aecf7e3957c15 (patch) | |
| tree | 170ca1b048f3835738240162bcb5c05ff52a39e1 /CHANGES.rst | |
| parent | 6d07df7536d3799fafa2877f1b02ccfc0378658c (diff) | |
| download | external_python_setuptools-341bbf4d0a8a6674255517a5145aecf7e3957c15.tar.gz external_python_setuptools-341bbf4d0a8a6674255517a5145aecf7e3957c15.tar.bz2 external_python_setuptools-341bbf4d0a8a6674255517a5145aecf7e3957c15.zip | |
Make minor fixes to release docs
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index d3d661cc..156ba47d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,8 @@ v39.2.0 a text file. * #1360: Fixed issue with a mismatch between the name of the package and the name of the .dist-info file in wheel files +* #1364: Add `__dir__()` implementation to `pkg_resources.Distribution()` that + includes the attributes in the `_provider` instance variable. * #1365: Take the package_dir option into account when loading the version from a module attribute. * #1353: Added coverage badge to README. |
