Skip to content

Commit 7a7abe1

Browse files
committed
v2.2.1
1 parent 4144360 commit 7a7abe1

File tree

6 files changed

+6
-4
lines changed

6 files changed

+6
-4
lines changed

abics/__init__.py

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ abICS is developed by the following members.
3838
Version information
3939
------------------------------------------
4040

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

docs/sphinx/en/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# The short X.Y version.
6161
version = u'2.2'
6262
# The full version, including alpha/beta/rc tags.
63-
release = u'2.2.0'
63+
release = u'2.2.1'
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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ abICSは以下のメンバーで開発しています.
3939
バージョン履歴
4040
------------------------------------------
4141

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

docs/sphinx/ja/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
# The short X.Y version.
5858
version = u'2.2'
5959
# The full version, including alpha/beta/rc tags.
60-
release = u'2.2.0'
60+
release = u'2.2.1'
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.2.0"
3+
version = "2.2.1"
44
description = "ab-Initio Configuration Sampling tool kit"
55
authors = ["abICS developers <[email protected]>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)