summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/1.10.0-notes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release/1.10.0-notes.rst b/doc/release/1.10.0-notes.rst
index 404e53cd1..75530db4e 100644
--- a/doc/release/1.10.0-notes.rst
+++ b/doc/release/1.10.0-notes.rst
@@ -53,7 +53,7 @@ Compatibility notes
numpy version string
~~~~~~~~~~~~~~~~~~~~
The numpy version string for development builds has been changed from
-``x.y.z.dev-githash`` to ``x.y.z.dev+githash`` (note the +) in order to comply
+``x.y.z.dev-githash`` to ``x.y.z.dev0+githash`` (note the +) in order to comply
with PEP 440.
relaxed stride checking