summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth M Morton <seth.m.morton@gmail.com>2018-05-13 21:27:50 -0700
committerSeth M Morton <seth.m.morton@gmail.com>2018-05-13 21:27:50 -0700
commit0a71cffc6bb0ade400e10f2d05f3e1592e4743a0 (patch)
tree2676feeba368b730ee1af3c4cf6a59d0edfbf230
parent4cc84ed8f14af2da6cee0ca91852310838dde901 (diff)
downloadnatsort-0a71cffc6bb0ade400e10f2d05f3e1592e4743a0.tar.gz
Correct fastnumbers version dependency.
-rw-r--r--README.rst2
-rw-r--r--docs/source/intro.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 46d3551..4b74d77 100644
--- a/README.rst
+++ b/README.rst
@@ -35,7 +35,7 @@ Simple yet flexible natural sorting in Python.
- `Optional Dependencies`_
- - `fastnumbers <https://pypi.org/project/fastnumbers>`_ >= 0.7.1
+ - `fastnumbers <https://pypi.org/project/fastnumbers>`_ >= 2.0.0
- `PyICU <https://pypi.org/project/PyICU>`_ >= 1.0.0
Quick Description
diff --git a/docs/source/intro.rst b/docs/source/intro.rst
index f3ffc8e..482ac49 100644
--- a/docs/source/intro.rst
+++ b/docs/source/intro.rst
@@ -20,7 +20,7 @@ Simple yet flexible natural sorting in Python.
- Optional Dependencies:
- - `fastnumbers <https://pypi.org/project/fastnumbers>`_ >= 0.7.1
+ - `fastnumbers <https://pypi.org/project/fastnumbers>`_ >= 2.0.0
- `PyICU <https://pypi.org/project/PyICU>`_ >= 1.0.0
:mod:`natsort` is a general utility for sorting lists *naturally*; the definition