From da09e71c060a66c40257dff81150f07dab8fa0c2 Mon Sep 17 00:00:00 2001 From: Yu-Jie Lin Date: Wed, 28 Dec 2016 14:19:46 +0800 Subject: finalize v2.0.0 --- CHANGES.rst | 13 +++++++++---- smartypants.py | 2 +- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index dbd5416..133dc8c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -40,15 +40,16 @@ Changes *Development* means it's current changes in development repository. -Releases 1.7 and greater +Releases 2.0 and greater ======================== -Release 2.0.0 -------------- - Development ----------- + +Release 2.0.0 (2016-12-28T06:18:42Z) +------------------------------------ + - drop Pyblosxom support - drop str-type ``attr`` @@ -75,6 +76,10 @@ Development * rename target ``install_test`` to ``test_setup`` +Releases 1.7 and greater +======================== + + Release 1.8.6: 2014-07-19T11:20:52Z ----------------------------------- diff --git a/smartypants.py b/smartypants.py index 7078547..a70575b 100755 --- a/smartypants.py +++ b/smartypants.py @@ -14,7 +14,7 @@ smartypants module __author__ = 'Yu-Jie Lin' __author_email__ = 'livibetter@gmail.com' -__version__ = '2.0.0dev' +__version__ = '2.0.0' __license__ = 'BSD License' __url__ = 'https://bitbucket.org/livibetter/smartypants.py' __description__ = 'Python with the SmartyPants' -- cgit v1.2.1