From e149e8b820331062bf85d83efd990a7d6504db7d Mon Sep 17 00:00:00 2001 From: mocobeta Date: Wed, 5 Jul 2017 21:39:30 +0900 Subject: [PATCH] Update docs for version 0.3.2 --- docs/api/conf.py | 2 +- docs/en/conf.py | 2 +- docs/en/index.rst | 5 +++-- docs/ja/conf.py | 2 +- docs/ja/index.rst | 3 ++- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/api/conf.py b/docs/api/conf.py index d3c03e8..42b7be8 100644 --- a/docs/api/conf.py +++ b/docs/api/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/en/conf.py b/docs/en/conf.py index a0809dd..f7579a9 100644 --- a/docs/en/conf.py +++ b/docs/en/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/en/index.rst b/docs/en/index.rst index 36d0a96..215d3f5 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -38,7 +38,7 @@ Python 2.7.x or Python 3.3+ interpreter Current version --------------- -* janome: 0.3.1 +* janome: 0.3.2 Install ------- @@ -306,7 +306,8 @@ Copyright(C) 2015, moco_beta. All rights reserved. History ---------- -* 2017.07.02 janove Version 0.3.1 was released +* 2017.07.05 janome Version 0.3.2 was released +* 2017.07.02 janome Version 0.3.1 was released * 2017.06.30 janome Version 0.3.0 was released * 2016.05.07 janome Version 0.2.8 was released * 2016.03.05 janome Version 0.2.7 was released diff --git a/docs/ja/conf.py b/docs/ja/conf.py index 55f7a04..5faf2f6 100644 --- a/docs/ja/conf.py +++ b/docs/ja/conf.py @@ -58,7 +58,7 @@ # The short X.Y version. version = '0.3' # The full version, including alpha/beta/rc tags. -release = '0.3.1' +release = '0.3.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/ja/index.rst b/docs/ja/index.rst index 40c17a1..8252f50 100644 --- a/docs/ja/index.rst +++ b/docs/ja/index.rst @@ -38,7 +38,7 @@ Python 2.7.x または Python 3.3+ インタプリタ バージョン ----------------- -* janome: 0.3.1 +* janome: 0.3.2 インストール --------------- @@ -346,6 +346,7 @@ Copyright(C) 2015, moco_beta. All rights reserved. History ---------- +* 2017.07.05 janome Version 0.3.2 リリース * 2017.07.02 janome Version 0.3.1 リリース * 2017.06.30 janome Version 0.3.0 リリース * 2016.05.07 janome Vesrion 0.2.8 リリース