summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2014-07-03 09:56:44 +0800
committerYu-Jie Lin <livibetter@gmail.com>2014-07-03 09:56:44 +0800
commit7ff97b3a945b5e28741e0c2189961ca656563543 (patch)
treeee75a27b884ccfa9f7203e4dd8e196c247dea39d
parentadd5fec953b16cbd0839527f175c940adcea9568 (diff)
downloadsmartypants-git-7ff97b3a945b5e28741e0c2189961ca656563543.tar.gz
finalize v1.8.5v1.8.5
-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'