diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-23 20:05:19 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-23 20:05:19 -0400 |
commit | 6948d79c69927681aa9c9146a901296a5b377ef5 (patch) | |
tree | 8ca16b709563a0ec94c78f1e9a14a674401e7212 | |
parent | 4bd24267d7d2c9d9e81a12e107bc6e4a413a9a9c (diff) | |
download | numpy-6948d79c69927681aa9c9146a901296a5b377ef5.tar.gz |
DOC: rename from 28 -> 29
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst (renamed from doc/neps/nep-0028-deprecation_policy.rst) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0028-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index 7be826431..8de66133e 100644 --- a/doc/neps/nep-0028-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -1,5 +1,5 @@ ========================================================================================== -NEP 28 — A standard community policy for dropping support of old Python and NumPy versions +NEP 29 — A standard community policy for dropping support of old Python and NumPy versions ========================================================================================== |