-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]", | ||
|