summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-08-14 14:46:38 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-08-14 14:46:38 +0800
commit5950b844daa4b5a6f61c3029561c766f73f974f0 (patch)
treeaab8c0e0524633c3a137d7beeb020ac2b77c2764
parent71278339428de06ef94319ec0b8ad1c41a700869 (diff)
downloadsmartypants-1.7.1.tar.gz
finalize v1.7.1v1.7.1
-rw-r--r--CHANGES.rst3
-rwxr-xr-xsmartypants.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cdcf9cd..a43928e 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,6 +6,9 @@ Versions without timestamps mean they are future releases.
2.0.0:
- drop Pyblosxom support
+1.7.1: 2013-08-14T06:45:59Z
+ - fix README-PyPI.rst missing while installing
+
1.7.0: 2013-08-14T05:51:20Z
- deprecate Pyblosxom support
- add Python 3 support
diff --git a/smartypants.py b/smartypants.py
index 128e6d7..911d5d6 100755
--- a/smartypants.py
+++ b/smartypants.py
@@ -6,7 +6,7 @@
__author__ = 'Yu-Jie Lin'
__author_email__ = 'livibetter@gmail.com'
-__version__ = '1.7.0'
+__version__ = '1.7.1'
__license__ = 'BSD License'
__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
__description__ = 'Python with the SmartyPants'