Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Release version 0.26
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Mar 25, 2018
1 parent c33c514 commit 433f2d8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
22 changes: 16 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,34 @@ PyKakasi ChangeLog

.. current developments
Unreleased
==========
Unreleaased
===========

**Added:** None

**Changed:** None

**Fixed:**

* Build wheel with platform name.
**Fixed:** None

**Deprecated:** None

**Removed:** None

**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:**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 433f2d8

Please sign in to comment.