summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst7
-rw-r--r--natsort/_version.py2
2 files changed, 8 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 8cf043d..78cfb87 100644
--- a/README.rst
+++ b/README.rst
@@ -289,6 +289,13 @@ Seth M. Morton
History
-------
+10-01-2013 v. 3.0.2
+'''''''''''''''''''
+
+ - Made float, int, and digit searching algorithms all share the same base function
+ - Fixed some outdated comments
+ - Made the ``__version__`` variable available when importing the module
+
8-15-2013 v. 3.0.1
''''''''''''''''''
diff --git a/natsort/_version.py b/natsort/_version.py
index b7a5531..da4039b 100644
--- a/natsort/_version.py
+++ b/natsort/_version.py
@@ -1 +1 @@
-__version__ = '3.0.1'
+__version__ = '3.0.2'