Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcginty committed Feb 15, 2012
1 parent ab9d924 commit 02cd0f9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,13 @@
.. mktoc // (c) 2011, Patrick C. McGinty
mktoc[@]tuxcoder[dot]com
v1.3
==========
:Release Date: 2/14/2012

* Add unicode support to disc and track classes
* Add utf-8 encoding support for writing stdout

v1.2.2
==========
:Release Date: 8/1/2011
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -3,7 +3,7 @@
#

NAME=mktoc
VER=1.2.2
VER=$(shell python setup.py --version)
DIST_DIR=dist
TAR=${DIST_DIR}/${NAME}-${VER}.tar.gz
HTML_ZIP=${DIST_DIR}/${NAME}-html-${VER}.zip
Expand Down
Binary file added dist/mktoc-1.3.tar.gz
Binary file not shown.
Binary file added dist/mktoc-html-1.3.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion mktoc/base.py
Expand Up @@ -27,7 +27,7 @@
#: Project license string.
__license__ = 'BSD'
#: Project version number string.
VERSION = '1.2.2'
VERSION = '1.3'

class MkTocError(Exception):
"""A base exception class for all mktoc exceptions classes."""
Expand Down

0 comments on commit 02cd0f9

Please sign in to comment.