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

Commit

Permalink
Prepare for v1.0-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Jul 1, 2019
1 parent fe62b96 commit 1b6c27e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ Removed
Security
--------

`v1.0-rc2`_ (1, July, 2019)
============================

Fixed
-----

* Fix roman conversion from Hira/Kana in Passport rule.


`v1.0-rc1`_ (29, June, 2019)
============================

Expand Down
2 changes: 1 addition & 1 deletion src/pykakasi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .wakati import wakati

__copyright__ = 'Copyright (C) 2010-2019 Hiroshi Miura'
__version__ = '1.0-rc1'
__version__ = '1.0-rc2'
__license__ = 'GPLv3'
__author__ = 'Hiroshi Miura'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 1b6c27e

Please sign in to comment.