summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rwxr-xr-xsmartypants.py2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2e5779c..c2fea5b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -58,6 +58,12 @@ Release 2.0.0
Development
-----------
+Release 1.8.5: 2014-07-03T01:56:03Z
+-----------------------------------
+
+* fix requirement of Wheel, now optional (#4)
+
+
Release 1.8.4: 2014-06-29T04:39:59Z
-----------------------------------
diff --git a/smartypants.py b/smartypants.py
index 6bafa81..d4b1743 100755
--- a/smartypants.py
+++ b/smartypants.py
@@ -14,7 +14,7 @@ smartypants module
__author__ = 'Yu-Jie Lin'
__author_email__ = 'livibetter@gmail.com'
-__version__ = '1.8.4'
+__version__ = '1.8.5'
__license__ = 'BSD License'
__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
__description__ = 'Python with the SmartyPants'