diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 19:30:22 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-20 19:30:22 -0400 |
commit | b4e1b1f67d9cd50086c7acafcdff8c02b41988b3 (patch) | |
tree | aafd2f2715244de8f034c45119e5e5a4e5f44c8a | |
parent | b2f50d5ddf0be280d0b0106f178437a4aad1b306 (diff) | |
download | external_python_setuptools-b4e1b1f67d9cd50086c7acafcdff8c02b41988b3.tar.gz external_python_setuptools-b4e1b1f67d9cd50086c7acafcdff8c02b41988b3.tar.bz2 external_python_setuptools-b4e1b1f67d9cd50086c7acafcdff8c02b41988b3.zip |
Update changelog
-rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 2946fc6d..28924a97 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,11 @@ CHANGES ======= +v24.2.0 +------- + +* #631: Add support for ``python_requires`` keyword. + v24.1.1 ------- |