summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-08-20 10:47:19 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-08-20 10:47:19 +0800
commit0a4c53470e682c6a7050efcd41ae75cc570a0464 (patch)
treef2c633ee03cbd1d19b72eaeaf71657a07b1238cc
parent5bb74b2af16a4834f27e53c1eec4dc9b5bddd745 (diff)
downloadsmartypants-1.8.1.tar.gz
finalize v1.8.1v1.8.1
-rw-r--r--CHANGES.rst2
-rwxr-xr-xsmartypants.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index d0e22fd..5f15880 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -11,6 +11,8 @@ Versions without timestamps mean they are future releases.
development:
+1.8.1: 2013-08-20T02:27:35Z
+
- fix deprecated ``smartyPants`` returns nothing (#2)
- add test file for deprecated stuff
diff --git a/smartypants.py b/smartypants.py
index 71553e5..37fcca3 100755
--- a/smartypants.py
+++ b/smartypants.py
@@ -6,7 +6,7 @@
__author__ = 'Yu-Jie Lin'
__author_email__ = 'livibetter@gmail.com'
-__version__ = '1.8.0'
+__version__ = '1.8.1'
__license__ = 'BSD License'
__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
__description__ = 'Python with the SmartyPants'