From a06995f046f50acaf13502c1a1ef3422e153dad2 Mon Sep 17 00:00:00 2001 From: Hirotaka Wakabayashi Date: Mon, 2 Oct 2023 13:42:39 +0900 Subject: [PATCH] Updates the version --- HISTORY.rst | 5 +++++ docs/conf.py | 2 +- docs/locale/ja/LC_MESSAGES/history.po | 26 +++++++++++--------------- docs/locale/ja/LC_MESSAGES/index.po | 2 +- setup.cfg | 2 +- 5 files changed, 19 insertions(+), 18 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3ac6634..bc4ed1b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +1.0.1 (2023-10-02) +------------------- + +* Updates the CI settings + 1.0.0 (2022-02-07) ------------------- diff --git a/docs/conf.py b/docs/conf.py index 17ef659..b0918ac 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,7 +35,7 @@ author = 'Hirotaka Wakabayashi, Takeshi Nakatani' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '1.0.1' # -- General configuration --------------------------------------------------- diff --git a/docs/locale/ja/LC_MESSAGES/history.po b/docs/locale/ja/LC_MESSAGES/history.po index d601ea3..b48f0b0 100644 --- a/docs/locale/ja/LC_MESSAGES/history.po +++ b/docs/locale/ja/LC_MESSAGES/history.po @@ -1,47 +1,43 @@ # -*- coding: utf-8 -*- # # K2hdkc Python Driver under MIT License -# # Copyright (c) 2022 Yahoo Japan Corporation -# # For the full copyright and license information, please view # the license file that was distributed with this source code. -# # AUTHOR: Hirotaka Wakabayashi # CREATE: Tue Feb 08 2022 # REVISION: -# #, fuzzy msgid "" msgstr "" "Project-Id-Version: k2hdkc \n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-03-04 05:10+0000\n" +"POT-Creation-Date: 2023-10-02 09:37+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Hirotaka Wakabayashi \n" "Language-Team: AntPickax \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.7.0\n" +"Generated-By: Babel 2.12.1\n" #: ../../../HISTORY.rst:3 msgid "History" msgstr "歴史" #: ../../../HISTORY.rst:6 -msgid "1.0.0 (2022-02-07)" +msgid "1.0.1 (2023-10-02)" msgstr "" #: ../../../HISTORY.rst:8 +msgid "Updates the CI settings" +msgstr "CI設定更新" + +#: ../../../HISTORY.rst:11 +msgid "1.0.0 (2022-02-07)" +msgstr "" + +#: ../../../HISTORY.rst:13 msgid "First release on PyPI." msgstr "最初のリリース" -# -# Local variables: -# tab-width: 4 -# c-basic-offset: 4 -# End: -# vim600: expandtab sw=4 ts=4 fdm=marker -# vim<600: expandtab sw=4 ts=4 -# diff --git a/docs/locale/ja/LC_MESSAGES/index.po b/docs/locale/ja/LC_MESSAGES/index.po index eccdc5a..18a7378 100644 --- a/docs/locale/ja/LC_MESSAGES/index.po +++ b/docs/locale/ja/LC_MESSAGES/index.po @@ -31,7 +31,7 @@ msgstr "内容" #: ../../index.rst:2 msgid "Welcome to k2hdkc's documentation!" -msgstr "k2hdkcのドキュメントへようこそ" +msgstr "k2hdkのドキュメントへようこそ" #: ../../index.rst:15 msgid "Indices and tables" diff --git a/setup.cfg b/setup.cfg index 449c2a3..5e05cd8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ license_files = LICENSE name = k2hdkc -version = 1.0.0 +version = 1.0.1 author = Hirotaka Wakabayashi author_email = hiwakaba@yahoo-corp.jp description = A module for k2hdkc from antpickax