summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2014-06-29 12:40:31 +0800
committerYu-Jie Lin <livibetter@gmail.com>2014-06-29 12:40:31 +0800
commit80944259fb56303669b2d031eeb4dd8b22a7b92d (patch)
treecb2974806467097b1a065c834272321cbe7c60a6
parenta9484e1bc7291319c14a35adf7f277e826900af2 (diff)
downloadsmartypants-git-80944259fb56303669b2d031eeb4dd8b22a7b92d.tar.gz
finalize v1.8.4v1.8.4
-rw-r--r--CHANGES.rst3
-rwxr-xr-xsmartypants.py4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b3ac7e9..2e5779c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -58,6 +58,9 @@ Release 2.0.0
Development
-----------
+Release 1.8.4: 2014-06-29T04:39:59Z
+-----------------------------------
+
+ add missing ``COPYING`` and ``CHANGES.rst`` to package (#3)
+ add ``bdist_wheel`` to the building process for Python Wheel format
+ add ``test_doc8`` target
diff --git a/smartypants.py b/smartypants.py
index 120503e..6bafa81 100755
--- a/smartypants.py
+++ b/smartypants.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
-# Copyright (c) 2013 Yu-Jie Lin
+# Copyright (c) 2013, 2014 Yu-Jie Lin
# Copyright (c) 2004, 2005, 2007, 2013 Chad Miller
# Copyright (c) 2003 John Gruber
# Licensed under the BSD License, for detailed license information, see COPYING
@@ -14,7 +14,7 @@ smartypants module
__author__ = 'Yu-Jie Lin'
__author_email__ = 'livibetter@gmail.com'
-__version__ = '1.8.3'
+__version__ = '1.8.4'
__license__ = 'BSD License'
__url__ = 'https://bitbucket.org/livibetter/smartypants.py'
__description__ = 'Python with the SmartyPants'