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

Commit

Permalink
Prepare for v0.92
Browse files Browse the repository at this point in the history
  • Loading branch information
miurahr committed Apr 30, 2018
1 parent 349acc1 commit 15e88fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Added
Changed
-------

* Release wheel binary packages for each python versions.

Fixed
-----

Expand All @@ -28,6 +26,14 @@ Security
--------


`v0.92`_ (30, Apr., 2018)
=========================

Changed
-------

* Release wheel binary packages for each python versions.(#50)


`v0.91`_ (29, Apr., 2018)
=========================
Expand Down Expand Up @@ -216,7 +222,8 @@ Version 0.10 (25, April, 2014)
(Thanks @FGtatsuro)
* Kunrei and Hepburn roman table

.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v0.91...HEAD
.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v0.92...HEAD
.. _v0.92: https://github.com/miurahr/pykakasi/compare/v0.91...v0.92
.. _v0.91: https://github.com/miurahr/pykakasi/compare/v0.90...v0.91
.. _v0.90: https://github.com/miurahr/pykakasi/compare/v0.83...v0.90
.. _v0.83: https://github.com/miurahr/pykakasi/compare/v0.82...v0.83
Expand Down
2 changes: 1 addition & 1 deletion kakasi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import sys
import getopt
import pykakasi

_VERSION = '0.91'
_VERSION = '0.92'

def show_version():
print (os.path.basename(sys.argv[0]) + " v" + _VERSION)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def run(self):
tests_require.append('unittest2')

setup(name='pykakasi',
version='0.91',
version='0.92',
description='Python implementation of kakasi - kana kanji simple inversion library',
url='http://github.com/miurahr/pykakasi',
license='GPLv3',
Expand Down

0 comments on commit 15e88fb

Please sign in to comment.