summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-08-18 19:56:47 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-08-18 19:56:47 +0800
commitac756c2a1c1e398b35faceabb3f876a545f374de (patch)
tree14ee249739e8400346d842e347d51c044c34c973
parentd92b80377adb86b0e5dc688d5e2be4bb44ec7ee0 (diff)
downloadsmartypants-ac756c2a1c1e398b35faceabb3f876a545f374de.tar.gz
finalize v1.8.0v1.8.0
-rw-r--r--CHANGES.rst2
-rw-r--r--Makefile3
-rwxr-xr-xsmartypants.py2
3 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 363f1d0..82e9eb7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -10,6 +10,8 @@ Versions without timestamps mean they are future releases.
- drop ``smartyPants()``
development:
+
+1.8.0: 2013-08-18T11:47:27Z
- command-line
- add ``--version``
- add ``--skip`` for skipped elements
diff --git a/Makefile b/Makefile
index d614b0c..e58fbd2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,6 @@
+# Copyright (c) 2013 Yu-Jie Lin
+# Licensed under the BSD License, for detailed license information, see COPYING
+
PACKAGE=smartypants
SCRIPT=smartypants
diff --git a/smartypants.py b/smartypants.py
index 6cce92c..59daab6 100755
--- a/smartypants.py
+++ b/smartypants.py
@@ -6,7 +6,7 @@
__author__ = 'Yu-Jie Lin'
__author_email__ = 'livibetter@gmail.com'
-__version__ = '1.7.1'
+__version__ = '1.8.0'
__license__ = 'BSD License'
__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
__description__ = 'Python with the SmartyPants'