summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2016-12-28 14:19:46 +0800
committerYu-Jie Lin <livibetter@gmail.com>2016-12-28 14:19:46 +0800
commitc2afd30ef56a1ba7d3b66762a4256321f03fc021 (patch)
tree86d818fb031c15398b9ebb5113445148cefabdb0
parentf5827d1b9acacc92744561ba0b39ecdb9db5c692 (diff)
downloadsmartypants-c2afd30ef56a1ba7d3b66762a4256321f03fc021.tar.gz
finalize v2.0.0v2.0.0
-rw-r--r--CHANGES.rst13
-rwxr-xr-xsmartypants.py2
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'