Skip to content

Commit

Permalink
Release 0.5.0 (#118)
Browse files Browse the repository at this point in the history
* update version to 0.5.0

* update copyright year

* update Changes.

* upgrade Sphinx

* fix changes

* update docs for release 0.5.0

* fix link to release note
  • Loading branch information
mocobeta authored Jul 1, 2023
1 parent 8f92b61 commit 91ada43
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 35 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
* 0.4.3 (yyyy.mm.dd)
* 0.5.0 (2023.07.01)
- #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)

* 0.4.2 (2022.02.23)
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 3 additions & 2 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Python 3.7+ interpreter
Latest version
--------------

* 0.4.2
* 0.5.0

Install
-------
Expand Down Expand Up @@ -469,11 +469,12 @@ See `LICENSE.txt <https://github.com/mocobeta/janome/blob/master/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] <https://github.com/mocobeta/janome/releases/tag/0.5.0>`_
* 2022.02.23 janome Version 0.4.2 released `[Release Note] <https://github.com/mocobeta/janome/releases/tag/0.4.2>`_
* 2020.09.21 janome Version 0.4.1 released
* 2020.08.23 janome Version 0.4.0 released
Expand Down
5 changes: 3 additions & 2 deletions docs/ja/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Python 3.7+ インタプリタ
最新バージョン
-----------------

* 0.4.2
* 0.5.0

インストール
---------------
Expand Down Expand Up @@ -550,11 +550,12 @@ See `LICENSE.txt <https://github.com/mocobeta/janome/blob/master/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] <https://github.com/mocobeta/janome/releases/tag/0.5.0>`_
* 2022.02.23 janome Version 0.4.2 released `[Release Note] <https://github.com/mocobeta/janome/releases/tag/0.4.2>`_
* 2020.09.21 janome Version 0.4.1 released
* 2020.08.23 janome Version 0.4.0 released
Expand Down
10 changes: 8 additions & 2 deletions docs/requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
Sphinx==4.4.0
sphinxcontrib-github-ribbon==0.9.0
Sphinx
sphinxcontrib-applehelp
sphinxcontrib-devhelp
sphinxcontrib-github-ribbon
sphinxcontrib-htmlhelp
sphinxcontrib-jsmath
sphinxcontrib-qthelp
sphinxcontrib-serializinghtml
26 changes: 0 additions & 26 deletions docs/requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion janome/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
JANOME_VERSION = '0.4.2'
JANOME_VERSION = '0.5.0'

0 comments on commit 91ada43

Please sign in to comment.