diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-15 10:44:50 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-01-15 10:44:50 -0500 |
commit | ded221d756dca6cc1371db698005926cbd13fd05 (patch) | |
tree | ddc837bd719f3bca8a6c7484bbf5ecee77fabdfd | |
parent | f383c6d24fdb2faf8cbe070ce0983c6480630730 (diff) | |
download | external_python_setuptools-ded221d756dca6cc1371db698005926cbd13fd05.tar.gz external_python_setuptools-ded221d756dca6cc1371db698005926cbd13fd05.tar.bz2 external_python_setuptools-ded221d756dca6cc1371db698005926cbd13fd05.zip |
Update changelog
-rw-r--r-- | CHANGES.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 8c214db3..749184e8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,15 @@ +v33.1.0 +------- + +Installation via pip, as indicated in the `Python Packaging +User's Guide <https://packaging.python.org/installing/>`_, +is the officially-supported mechanism for installing +Setuptools, and this recommendation is now explicit in the +much more concise README. + +Other edits and tweaks were made to the documentation. The +codebase is unchanged. + v33.0.0 ------- |