diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef4ba6a..438f808 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,16 +4,14 @@ PyKakasi ChangeLog .. current developments -Unreleased -========== +Unreleaased +=========== **Added:** None **Changed:** None -**Fixed:** - -* Build wheel with platform name. +**Fixed:** None **Deprecated:** None @@ -21,7 +19,19 @@ Unreleased **Security:** None -Version 0.25 (25, Mar, 2018) + +Version 0.26 (26, Mar., 2018) +============================= + +**Changed:** + +* Use six for python 2 and 3 compatility code. + +**Fixed:** + +* Build wheel with platform names. + +Version 0.25 (25, Mar., 2018) ============================ **Added:** diff --git a/setup.py b/setup.py index 770a309..fc0b06b 100644 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ def run(self): tests_require.append('unittest2') setup(name='pykakasi', - version='0.25', + version='0.26', description='Python implementation of kakasi - kana kanji simple inversion library', url='http://github.com/miurahr/pykakasi', license='GPLv3',