summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2014-07-19 19:21:05 +0800
committerYu-Jie Lin <livibetter@gmail.com>2014-07-19 19:21:05 +0800
commite89b6e7e119694edcd414a556c634d5ca85bff76 (patch)
treee9338ff0f25a32f9d1c337ed18da209e7b30b0eb
parent7c7745a0f2266a790463eb2242d6f94eb4ae95db (diff)
downloadsmartypants-e89b6e7e119694edcd414a556c634d5ca85bff76.tar.gz
finalize v1.8.6v1.8.6
-rw-r--r--CHANGES.rst3
-rwxr-xr-xsmartypants.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c702493..f440f9d 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -58,6 +58,9 @@ Release 2.0.0
Development
-----------
+Release 1.8.6: 2014-07-19T11:20:52Z
+-----------------------------------
+
* Makefile
+ add ``LC_ALL=C`` test for locale setting on ``setup.py`` wrt #5
diff --git a/smartypants.py b/smartypants.py
index d4b1743..3202e4d 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.5'
+__version__ = '1.8.6'
__license__ = 'BSD License'
__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
__description__ = 'Python with the SmartyPants'