diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 22:09:44 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-07-13 22:09:44 -0400 |
| commit | 92b33a5d27858e1a3b2752707b0a9fea28424efc (patch) | |
| tree | bcb35c66c4d0e1a36984d1cb2b3bc3bb69a287b2 | |
| parent | 8318b01c30c254da014099bba145db90fd7e42f1 (diff) | |
| download | external_python_setuptools-92b33a5d27858e1a3b2752707b0a9fea28424efc.tar.gz external_python_setuptools-92b33a5d27858e1a3b2752707b0a9fea28424efc.tar.bz2 external_python_setuptools-92b33a5d27858e1a3b2752707b0a9fea28424efc.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 0a5b7481..02ec2f74 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,6 +6,11 @@ v36.2.0 with markers, allowing their metadata in requires.txt to be correctly generated. +* #1053: Tagged commits are now released using Travis-CI + build stages, meaning releases depend on passing tests on + all supported Python versions (Linux) and not just the latest + Python version. + v36.1.1 ------- |
