diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 10:21:00 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 10:21:00 +0200 |
| commit | 749c3fe3232fd99d8c98d15113cce3e7f3c6a6f4 (patch) | |
| tree | c0d9535404c3d50bdb17bb4eaf0896c28a420b0c /CHANGES.rst | |
| parent | ba46991d7cd488d682e80bb0e69964c4ed6c3303 (diff) | |
| parent | 8c385a127bdffd372f266f4fd4eb4fc134e132a3 (diff) | |
| download | external_python_setuptools-749c3fe3232fd99d8c98d15113cce3e7f3c6a6f4.tar.gz external_python_setuptools-749c3fe3232fd99d8c98d15113cce3e7f3c6a6f4.tar.bz2 external_python_setuptools-749c3fe3232fd99d8c98d15113cce3e7f3c6a6f4.zip | |
Merge pull request #1143 from xoviat pep517.
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 8217aaba..aa61e1cd 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +v36.6.0 +------- + +* #1143: Added ``setuptools.build_meta`` module, an implementation + of PEP-517 for Setuptools-defined packages. + v36.5.0 ------- |
