From 4458db623c300ff9f3c84eba941ce3e83f0e304f Mon Sep 17 00:00:00 2001 From: Hiroshi Miura Date: Thu, 23 Jul 2020 10:08:05 +0900 Subject: [PATCH] Prepare for v2.0.1 Signed-off-by: Hiroshi Miura --- CHANGELOG.rst | 18 +++++++++++++++++- docs/conf.py | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bdae51c..33f845e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) ======================= @@ -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 diff --git a/docs/conf.py b/docs/conf.py index a923bab..6e3f383 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 ---------------------------------------------------