aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-07-13 22:09:44 -0400
committerJason R. Coombs <jaraco@jaraco.com>2017-07-13 22:09:44 -0400
commit92b33a5d27858e1a3b2752707b0a9fea28424efc (patch)
treebcb35c66c4d0e1a36984d1cb2b3bc3bb69a287b2
parent8318b01c30c254da014099bba145db90fd7e42f1 (diff)
downloadexternal_python_setuptools-92b33a5d27858e1a3b2752707b0a9fea28424efc.tar.gz
external_python_setuptools-92b33a5d27858e1a3b2752707b0a9fea28424efc.tar.bz2
external_python_setuptools-92b33a5d27858e1a3b2752707b0a9fea28424efc.zip
Update changelog
-rw-r--r--CHANGES.rst5
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
-------