summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'