Skip to content

Commit a3df668

Browse files
committed
v2.0.1
1 parent b3d38ca commit a3df668

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 2.8 FATAL_ERROR)
22
project(DSQSS NONE)
3-
set(DSQSS_VERSION 2.0.0)
3+
set(DSQSS_VERSION 2.0.1)
44

55
message(STATUS "CMake version: " ${CMAKE_VERSION})
66

doc/en/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = u'DSQSS'
23-
copyright = u'2018, DSQSS developers'
23+
copyright = u'2018-, DSQSS developers'
2424
author = u''
2525

2626
# The short X.Y version
2727
version = u''
2828
# The full version, including alpha/beta/rc tags
29-
release = u'2.1.0-dev'
29+
release = u'2.0.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

doc/jp/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
# -- Project information -----------------------------------------------------
2121

2222
project = u'DSQSS'
23-
copyright = u'2018, DSQSS developers'
23+
copyright = u'2018-, DSQSS developers'
2424
author = u''
2525

2626
# The short X.Y version
2727
version = u''
2828
# The full version, including alpha/beta/rc tags
29-
release = u'2.1.0-dev'
29+
release = u'2.0.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

doc/jp/dsqss/about_dsqss.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ DSQSSは, 以下のサブシステム群から構成されています.
3232

3333
リリース情報
3434
****************
35-
- 2019.4.xx dsqss Ver. 2.0
36-
35+
- 2019.6.4 dsqss Ver. 2.0.1
36+
バグフィックス
37+
- 2019.5.29 dsqss Ver. 2.0.0
38+
バグフィックス, 公式リリース
3739
- 2019.3.20 dsqss Ver. 2.0.beta
3840
ソルバーをdlaに統一、入力ファイルの変更、入力ファイル生成ツールの更新など
3941
- 2018.10.19 dsqss Ver 1.2.0

src/common/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
#ifndef VERSION_H
1818
#define VERSION_H
1919

20-
#define DSQSS_VERSION "v2.1.0-dev"
20+
#define DSQSS_VERSION "v2.0.1"
2121

2222
#endif

tool/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="dsqss",
21-
version="2.1.0-dev",
21+
version="2.0.1",
2222
description="DSQSS input files generator",
2323
url="https://github.com/issp-center-dev/dsqss",
2424
author="DSQSS developers",

0 commit comments

Comments
 (0)