aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-------