From b881c68908d4d04298bba2f17a44bf3c3c2552bf Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sat, 1 Jul 2023 19:02:17 +0900 Subject: [PATCH 1/7] update version to 0.5.0 --- janome/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janome/version.py b/janome/version.py index 0ff6ddc..6399533 100644 --- a/janome/version.py +++ b/janome/version.py @@ -1 +1 @@ -JANOME_VERSION = '0.4.2' +JANOME_VERSION = '0.5.0' From bcc9b5b524bad9e368c0098a075563e5f4035b3f Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sat, 1 Jul 2023 19:03:11 +0900 Subject: [PATCH 2/7] update copyright year --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0424e4e..19e6bc1 100644 --- a/README.rst +++ b/README.rst @@ -73,4 +73,4 @@ Special thanks to @ikawaha, @takuyaa, @nakagami and @janome_oekaki. Copyright ========== -Copyright(C) 2022, Tomoko Uchida. All rights reserved. +Copyright(C) 2015-2023, Tomoko Uchida. All rights reserved. From 64f47438ce99ab44d426cac73e49f4e48004f26d Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sat, 1 Jul 2023 19:09:18 +0900 Subject: [PATCH 3/7] update Changes. --- CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6c01d60..de060d9 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,6 @@ -* 0.4.3 (yyyy.mm.dd) +* 0.5.0 (2023.07.01) + - #115: Add WordStopFilter and WordKeepFilter. (@mocobeta) + - #115: Run tests on Python 3.11 and 3.12 prerelease. (@mocobeta) - #112: Add GitHub URL for PyPi. (@andriyor) * 0.4.2 (2022.02.23) From f539a918c11a70a5fc56f47b4bcd95cef91f0a22 Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sat, 1 Jul 2023 19:20:00 +0900 Subject: [PATCH 4/7] upgrade Sphinx --- docs/requirements-docs.txt | 28 ++++++++++++++++++++++++++-- docs/requirements.txt | 26 -------------------------- 2 files changed, 26 insertions(+), 28 deletions(-) delete mode 100644 docs/requirements.txt diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 3456489..fc89ff4 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,2 +1,26 @@ -Sphinx==4.4.0 -sphinxcontrib-github-ribbon==0.9.0 +#alabaster==0.7.12 +#attrs==19.1.0 +#Babel==2.7.0 +#certifi==2019.6.16 +#chardet==3.0.4 +#docutils==0.15.2 +#idna==2.8 +#imagesize==1.1.0 +#Jinja2==2.10.1 +#MarkupSafe==1.1.1 +#packaging==19.1 +#Pygments==2.4.2 +#pyparsing==2.4.2 +#pytz==2019.2 +#requests==2.22.0 +#six==1.12.0 +#snowballstemmer==1.9.0 +Sphinx +sphinxcontrib-applehelp +sphinxcontrib-devhelp +sphinxcontrib-github-ribbon +sphinxcontrib-htmlhelp +sphinxcontrib-jsmath +sphinxcontrib-qthelp +sphinxcontrib-serializinghtml +#urllib3==1.25.3 \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index a9d42bd..0000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,26 +0,0 @@ -alabaster==0.7.12 -attrs==19.1.0 -Babel==2.7.0 -certifi==2019.6.16 -chardet==3.0.4 -docutils==0.15.2 -idna==2.8 -imagesize==1.1.0 -Jinja2==2.10.1 -MarkupSafe==1.1.1 -packaging==19.1 -Pygments==2.4.2 -pyparsing==2.4.2 -pytz==2019.2 -requests==2.22.0 -six==1.12.0 -snowballstemmer==1.9.0 -Sphinx==2.2.0 -sphinxcontrib-applehelp==1.0.1 -sphinxcontrib-devhelp==1.0.1 -sphinxcontrib-github-ribbon==0.9.0 -sphinxcontrib-htmlhelp==1.0.2 -sphinxcontrib-jsmath==1.0.1 -sphinxcontrib-qthelp==1.0.2 -sphinxcontrib-serializinghtml==1.1.3 -urllib3==1.25.3 From 087a77db50438c197a48a203c3392cb1fb0e7ae1 Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sat, 1 Jul 2023 19:58:53 +0900 Subject: [PATCH 5/7] fix changes --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index de060d9..5906bd0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ * 0.5.0 (2023.07.01) - - #115: Add WordStopFilter and WordKeepFilter. (@mocobeta) + - #116: Add WordStopFilter and WordKeepFilter. (@mocobeta) - #115: Run tests on Python 3.11 and 3.12 prerelease. (@mocobeta) - #112: Add GitHub URL for PyPi. (@andriyor) From 61e332321bbed242c8c69ded681ebf11badcd055 Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sat, 1 Jul 2023 20:11:25 +0900 Subject: [PATCH 6/7] update docs for release 0.5.0 --- docs/en/index.rst | 5 +++-- docs/ja/index.rst | 5 +++-- docs/requirements-docs.txt | 18 ------------------ 3 files changed, 6 insertions(+), 22 deletions(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index da51d77..cf3a71f 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -49,7 +49,7 @@ Python 3.7+ interpreter Latest version -------------- -* 0.4.2 +* 0.5.0 Install ------- @@ -469,11 +469,12 @@ See `LICENSE.txt `_ Copyright ----------- -Copyright(C) 2022, Tomoko Uchida. All rights reserved. +Copyright(C) 2015-2023, Tomoko Uchida. All rights reserved. History ---------- +* 2023.07.01 janome Version 0.5.0 released `[Release Note] `_ * 2020.09.21 janome Version 0.4.1 released * 2020.08.23 janome Version 0.4.0 released diff --git a/docs/ja/index.rst b/docs/ja/index.rst index 70159e2..ab79277 100644 --- a/docs/ja/index.rst +++ b/docs/ja/index.rst @@ -49,7 +49,7 @@ Python 3.7+ インタプリタ 最新バージョン ----------------- -* 0.4.2 +* 0.5.0 インストール --------------- @@ -550,11 +550,12 @@ See `LICENSE.txt `_ Copyright ----------- -Copyright(C) 2022, Tomoko Uchida. All rights reserved. +Copyright(C) 2015-2023, Tomoko Uchida. All rights reserved. History ---------- +* 2023.07.01 janome Version 0.5.0 released `[Release Note] `_ * 2020.09.21 janome Version 0.4.1 released * 2020.08.23 janome Version 0.4.0 released diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index fc89ff4..0e4bfcf 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,20 +1,3 @@ -#alabaster==0.7.12 -#attrs==19.1.0 -#Babel==2.7.0 -#certifi==2019.6.16 -#chardet==3.0.4 -#docutils==0.15.2 -#idna==2.8 -#imagesize==1.1.0 -#Jinja2==2.10.1 -#MarkupSafe==1.1.1 -#packaging==19.1 -#Pygments==2.4.2 -#pyparsing==2.4.2 -#pytz==2019.2 -#requests==2.22.0 -#six==1.12.0 -#snowballstemmer==1.9.0 Sphinx sphinxcontrib-applehelp sphinxcontrib-devhelp @@ -23,4 +6,3 @@ sphinxcontrib-htmlhelp sphinxcontrib-jsmath sphinxcontrib-qthelp sphinxcontrib-serializinghtml -#urllib3==1.25.3 \ No newline at end of file From 8cb06b6aad1313deb70e724345cc2b3d8ab9fc32 Mon Sep 17 00:00:00 2001 From: Tomoko Uchida Date: Sat, 1 Jul 2023 20:18:11 +0900 Subject: [PATCH 7/7] fix link to release note --- docs/en/index.rst | 2 +- docs/ja/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/index.rst b/docs/en/index.rst index cf3a71f..46ccf5c 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -474,7 +474,7 @@ Copyright(C) 2015-2023, Tomoko Uchida. All rights reserved. History ---------- -* 2023.07.01 janome Version 0.5.0 released `[Release Note] `_ * 2022.02.23 janome Version 0.4.2 released `[Release Note] `_ * 2020.09.21 janome Version 0.4.1 released * 2020.08.23 janome Version 0.4.0 released diff --git a/docs/ja/index.rst b/docs/ja/index.rst index ab79277..9734e68 100644 --- a/docs/ja/index.rst +++ b/docs/ja/index.rst @@ -555,7 +555,7 @@ Copyright(C) 2015-2023, Tomoko Uchida. All rights reserved. History ---------- -* 2023.07.01 janome Version 0.5.0 released `[Release Note] `_ * 2022.02.23 janome Version 0.4.2 released `[Release Note] `_ * 2020.09.21 janome Version 0.4.1 released * 2020.08.23 janome Version 0.4.0 released