diff options
author | Yu-Jie Lin <livibetter@gmail.com> | 2014-07-03 09:56:44 +0800 |
---|---|---|
committer | Yu-Jie Lin <livibetter@gmail.com> | 2014-07-03 09:56:44 +0800 |
commit | e910a412845c288bf3195aa9babc2a95f782d67f (patch) | |
tree | ee75a27b884ccfa9f7203e4dd8e196c247dea39d | |
parent | 5bca70cc2e8e8158fb8283dc58ad1797101fecd4 (diff) | |
download | smartypants-e910a412845c288bf3195aa9babc2a95f782d67f.tar.gz |
finalize v1.8.5v1.8.5
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rwxr-xr-x | smartypants.py | 2 |
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' |