diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 10:16:28 +0200 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-10-12 10:16:28 +0200 |
| commit | 8c385a127bdffd372f266f4fd4eb4fc134e132a3 (patch) | |
| tree | 923af82ed4865389e434e19bc10ec32e9bac24bd | |
| parent | 5a0f4b9784a35e514f53ea08adb29d999f511cac (diff) | |
| download | external_python_setuptools-8c385a127bdffd372f266f4fd4eb4fc134e132a3.tar.gz external_python_setuptools-8c385a127bdffd372f266f4fd4eb4fc134e132a3.tar.bz2 external_python_setuptools-8c385a127bdffd372f266f4fd4eb4fc134e132a3.zip | |
Update changelog
| -rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 8130511e..9b93efb4 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.4.0 ------- |
