Skip to content

Commit cbb64b3

Browse files
committed
change version number to 2.2.0
1 parent 1edf972 commit cbb64b3

6 files changed

Lines changed: 10 additions & 8 deletions

File tree

abics/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1-dev"
1+
__version__ = "2.2.0"

docs/sphinx/en/source/about/info.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Developers
2020
------------------------------------------
2121
abICS is developed by the following members.
2222

23-
- ver. 2.0
23+
- ver. 2.0-
2424
- Shusuke Kasamatsu (Yamagata University)
2525
- Yuichi Motoyama (Institute for Solid State Physics, Univ. of Tokyo)
2626
- Kazuyoshi Yoshimi (Institute for Solid State Physics, Univ. of Tokyo)
@@ -38,6 +38,7 @@ abICS is developed by the following members.
3838
Version information
3939
------------------------------------------
4040

41+
- ver. 2.2.0 : 2024/11/07.
4142
- ver. 2.1.0 : 2023/06/12.
4243
- ver. 2.0.1 : 2022/11/04.
4344
- ver. 2.0 : 2022/06/24.

docs/sphinx/en/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = u'2.1'
61+
version = u'2.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'2.1-dev'
63+
release = u'2.2.0'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

docs/sphinx/ja/source/about/info.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Quantum Espresso, VASP, OpenMXを利用することができます。
2020
------------------------------------------
2121
abICSは以下のメンバーで開発しています.
2222

23-
- ver. 2.0
23+
- ver. 2.0-
2424
- 笠松 秀輔 (山形大学 学術研究院(理学部主担当))
2525
- 本山 裕一 (東京大学 物性研究所)
2626
- 青山 龍美 (東京大学 物性研究所)
@@ -39,6 +39,7 @@ abICSは以下のメンバーで開発しています.
3939
バージョン履歴
4040
------------------------------------------
4141

42+
- ver.2.2.0 : 2024/11/07.
4243
- ver.2.1.0 : 2023/06/12.
4344
- ver.2.0.1 : 2022/11/04.
4445
- ver.2.0 : 2022/06/24.

docs/sphinx/ja/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = u'2.1'
58+
version = u'2.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'2.1-dev'
60+
release = u'2.2.0'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "abics"
3-
version = "2.1-dev"
3+
version = "2.2.0"
44
description = "ab-Initio Configuration Sampling tool kit"
55
authors = ["abICS developers <abics-dev@issp.u-tokyo.ac.jp>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)