summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-11-08 11:08:44 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-11-08 11:08:44 +0800
commit6bd65b2bd7192213515571c22a129c8051956dcc (patch)
tree8bfdd3f8485c13eed5b17d64119598769577bbbc
parent2ccc10fd102a3f47df88c88a762afa8c512c64e6 (diff)
downloadsmartypants-git-6bd65b2bd7192213515571c22a129c8051956dcc.tar.gz
finalize v1.8.3v1.8.3
-rw-r--r--CHANGES.rst21
-rwxr-xr-xsmartypants.py2
2 files changed, 14 insertions, 9 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index f39b7c3..a7dff0e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -33,9 +33,15 @@ Changes
+ additions
+.. note::
-Future
-======
+ Releases without timestamps mean they will be released in the future.
+
+ *Development* means it's current changes in development repository.
+
+
+Releases 1.7 and greater
+========================
Release 2.0.0
-------------
@@ -49,19 +55,18 @@ Release 2.0.0
- drop fooBarXyz functions, such as ``smartyPants``, ``educateQuotes``,
and ``processEscapes``
-
Development
-===========
+-----------
+
+
+Release 1.8.3: 2013-11-08T03:03:43Z
+-----------------------------------
* fix ``_tokenize`` can not handle HTML comment properly
This fix includes pull request #1 with modification for handling
``--`` appears in a comment, which makes the comment not a comment
-
-Releases 1.7 and greater
-========================
-
Release 1.8.2: 2013-08-28T11:38:42Z
-----------------------------------
diff --git a/smartypants.py b/smartypants.py
index 1580d26..120503e 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.2'
+__version__ = '1.8.3'
__license__ = 'BSD License'
__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
__description__ = 'Python with the SmartyPants'