Skip to content

Commit

Permalink
Release 0.2.0 (nkf 2.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiyas committed Sep 29, 2014
1 parent 03f1681 commit 3d62e5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Python-NKF 0.2.0 (2014-09-29)

* Support Python 3 by @ikegami-yukino

Python-NKF 0.1.1 (2013-11-22)

* nkf 2.1.3
Expand Down
2 changes: 1 addition & 1 deletion nkf.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* Python Interface to NKF
* Copyright (c) 2012-2013 SATOH Fumiyasu @ OSS Technology Copr., Japan
* Copyright (c) 2012-2014 SATOH Fumiyasu @ OSS Technology Copr., Japan
* Copyright (c) 2005 Matsumoto, Tadashi <[email protected]>
* All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from distutils.core import setup, Extension

setup (name = "nkf",
version="0.1.1",
version="0.2.0",
description="Python Interface to NKF",
author="SATOH Fumiyasu",
author_email="[email protected]",
Expand Down

0 comments on commit 3d62e5e

Please sign in to comment.