From 6bd65b2bd7192213515571c22a129c8051956dcc Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Fri, 8 Nov 2013 11:08:44 +0800 Subject: finalize v1.8.3 --- CHANGES.rst | 21 +++++++++++++-------- smartypants.py | 2 +- 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' -- cgit v1.2.1