diff options
| author | Seth M Morton <seth.m.morton@gmail.com> | 2015-06-24 23:59:06 -0700 |
|---|---|---|
| committer | Seth M Morton <seth.m.morton@gmail.com> | 2015-06-24 23:59:30 -0700 |
| commit | dc73897013071b1d27390cd65a98098bd7e18dd4 (patch) | |
| tree | 30e9b990a4dbbadabf3508f587eb0b026cacb74d /docs | |
| parent | 900bd2d3cd3fbebfc4de2696c132195ae47fd17a (diff) | |
| download | natsort-dc73897013071b1d27390cd65a98098bd7e18dd4.tar.gz | |
Bumped version and updated change log.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/changelog.rst | 7 | ||||
| -rw-r--r-- | docs/source/intro.rst | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 94b2487..42942de 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -3,6 +3,13 @@ Changelog --------- +06-24-2015 v. 4.0.2 +''''''''''''''''''' + + - Added back Python 2.6 and Python 3.2 compatibility. Unit testing is now + performed for these versions. + - Consolidated under-the-hood compatibility functionality. + 06-04-2015 v. 4.0.1 ''''''''''''''''''' diff --git a/docs/source/intro.rst b/docs/source/intro.rst index 17c6975..a27680c 100644 --- a/docs/source/intro.rst +++ b/docs/source/intro.rst @@ -160,9 +160,7 @@ If you want to build this documentation, enter:: python setup.py build_sphinx -:mod:`natsort` requires Python version 2.7 or greater or Python 3.3 or greater. -Python 2.6 and 3.2 are no longer officially supported (no unit tests are performed) -but it should work. +:mod:`natsort` requires Python version 2.7 or greater or Python 3.2 or greater. The most efficient sorting can occur if you install the `fastnumbers <https://pypi.python.org/pypi/fastnumbers>`_ package (it helps |
