summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-25 10:48:05 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-25 10:48:05 -0400
commit76a3d326724eb0157e7a3c67c38139639c78e9ee (patch)
treec74bb080ab81100eed51110ba519890019034687 /CHANGES.rst
parent1b94bbac06022449d320c922e357f62dde43962a (diff)
downloadpython-setuptools-git-76a3d326724eb0157e7a3c67c38139639c78e9ee.tar.gz
Update changelog
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst13
1 files changed, 8 insertions, 5 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4f366f74..5aa2733c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,14 @@
CHANGES
=======
+v25.1.0
+-------
+
+* #609: Setuptools will now try to download a distribution from
+ the next possible download location if the first download fails.
+ This means you can now specify multiple links as ``dependency_links``
+ and all links will be tried until a working download link is encountered.
+
v25.0.2
-------
@@ -19,11 +27,6 @@ v25.0.1
* More style cleanup. See #677, #678, #679, #681, #685.
-* #609: setuptools will now try to download a distribution from
- the next possible download location if the first download fails.
- This means you can now specify multiple links as ``dependency_links``
- and all links will be tried until a working download link is encountered.
-
v25.0.0
-------