From 7a7abe1ade4fc366c0bedfea63445453927aeeac Mon Sep 17 00:00:00 2001 From: Yuichi Motoyama Date: Fri, 6 Dec 2024 14:32:00 +0900 Subject: [PATCH] v2.2.1 --- abics/__init__.py | 2 +- docs/sphinx/en/source/about/info.rst | 1 + docs/sphinx/en/source/conf.py | 2 +- docs/sphinx/ja/source/about/info.rst | 1 + docs/sphinx/ja/source/conf.py | 2 +- pyproject.toml | 2 +- 6 files changed, 6 insertions(+), 4 deletions(-) diff --git a/abics/__init__.py b/abics/__init__.py index 8a124bf..b19ee4b 100644 --- a/abics/__init__.py +++ b/abics/__init__.py @@ -1 +1 @@ -__version__ = "2.2.0" +__version__ = "2.2.1" diff --git a/docs/sphinx/en/source/about/info.rst b/docs/sphinx/en/source/about/info.rst index 036461c..41a0b47 100644 --- a/docs/sphinx/en/source/about/info.rst +++ b/docs/sphinx/en/source/about/info.rst @@ -38,6 +38,7 @@ abICS is developed by the following members. Version information ------------------------------------------ +- ver. 2.2.1 : 2024/12/06. - ver. 2.2.0 : 2024/11/07. - ver. 2.1.0 : 2023/06/12. - ver. 2.0.1 : 2022/11/04. diff --git a/docs/sphinx/en/source/conf.py b/docs/sphinx/en/source/conf.py index ff14ccc..b468d6e 100644 --- a/docs/sphinx/en/source/conf.py +++ b/docs/sphinx/en/source/conf.py @@ -60,7 +60,7 @@ # The short X.Y version. version = u'2.2' # The full version, including alpha/beta/rc tags. -release = u'2.2.0' +release = u'2.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/sphinx/ja/source/about/info.rst b/docs/sphinx/ja/source/about/info.rst index 3841486..616d960 100644 --- a/docs/sphinx/ja/source/about/info.rst +++ b/docs/sphinx/ja/source/about/info.rst @@ -39,6 +39,7 @@ abICSは以下のメンバーで開発しています. バージョン履歴 ------------------------------------------ +- ver.2.2.1 : 2024/12/06. - ver.2.2.0 : 2024/11/07. - ver.2.1.0 : 2023/06/12. - ver.2.0.1 : 2022/11/04. diff --git a/docs/sphinx/ja/source/conf.py b/docs/sphinx/ja/source/conf.py index 54858f8..fb964a5 100644 --- a/docs/sphinx/ja/source/conf.py +++ b/docs/sphinx/ja/source/conf.py @@ -57,7 +57,7 @@ # The short X.Y version. version = u'2.2' # The full version, including alpha/beta/rc tags. -release = u'2.2.0' +release = u'2.2.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyproject.toml b/pyproject.toml index 6924e9d..32bfbc6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "abics" -version = "2.2.0" +version = "2.2.1" description = "ab-Initio Configuration Sampling tool kit" authors = ["abICS developers "] license = "GPL-3.0-or-later"