From 9c999992cfc48770245468992067cbc76e998179 Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Wed, 28 Aug 2013 19:40:00 +0800 Subject: finalize v1.8.2 --- CHANGES.rst | 5 +++-- smartypants.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 3c06258..963708b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,10 +7,12 @@ Versions without timestamps mean they are future releases. - drop Pyblosxom support - drop str-type ``attr`` - use ``Attr.default`` instead of ``default_smartypants_attr`` - - drop fooBarXyz functions, such as ``smartyPants()``, ``educateQuotes``, + - drop fooBarXyz functions, such as ``smartyPants``, ``educateQuotes``, and ``processEscapes`` development: + +1.8.2: 2013-08-28T11:38:42Z - add documentation generation - setup.py - add ``build_sphinx`` and ``upload_sphinx`` commands @@ -30,7 +32,6 @@ development: ``processEscapes`` 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 5ad9cbe..d4ff685 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.1' +__version__ = '1.8.2' __license__ = 'BSD License' __url__ = 'https://bitbucket.org/livibetter/smartypants.py' __description__ = 'Python with the SmartyPants' -- cgit v1.2.1