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

Commit

Permalink
Prepare for v2.0.1
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Jul 23, 2020
1 parent 551b505 commit 4458db6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ Removed
Security
--------

v2.0.1_ (23, Jul. 2020)
=======================

Changed
-------

* Update setup.py, setup.cfg, tox.ini(#102)


Fixed
-----

* Fix convert() misses last part of a text (#99, #100)
* Fix CI, coverage, and coveralls configurations(#101)

v2.0.0_ (31, May. 2020)
=======================

Expand Down Expand Up @@ -198,7 +213,8 @@ Fixed



.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.0.0...HEAD
.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.0.1...HEAD
.. _v2.0.1: https://github.com/miurahr/pykakasi/compare/v2.0.0...v2.0.1
.. _v2.0.0: https://github.com/miurahr/pykakasi/compare/v2.0.0b1...v2.0.0
.. _v2.0.0b1: https://github.com/miurahr/pykakasi/compare/v2.0.0a6...v2.0.0b1
.. _v2.0.0a6: https://github.com/miurahr/pykakasi/compare/v2.0.0a5...v2.0.0a6
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '2.0'
# The full version, including alpha/beta/rc tags
release = '2.0.0a4'
release = '2.0.1'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit 4458db6

Please sign in to comment.