From 3cbdfa9fafddf6826cf816270803ed731def6051 Mon Sep 17 00:00:00 2001 From: Luchang Jin Date: Sat, 9 Mar 2024 15:55:22 -0500 Subject: [PATCH] update version --- VERSION | 2 +- docs/conf.py | 2 +- qlat-cps/meson.build | 2 +- qlat-grid/meson.build | 2 +- qlat-utils/meson.build | 2 +- qlat-utils/qlat_utils/lib/version_gen.sh | 2 +- qlat/meson.build | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/VERSION b/VERSION index 530a771a..05985a49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.53 +v0.54 diff --git a/docs/conf.py b/docs/conf.py index d77013c4..314a538f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ project = 'Qlattice' copyright = 'Luchang Jin' author = 'Luchang Jin' -release = '0.53' +release = '0.54' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/qlat-cps/meson.build b/qlat-cps/meson.build index 1418c932..e4126402 100644 --- a/qlat-cps/meson.build +++ b/qlat-cps/meson.build @@ -1,5 +1,5 @@ project('qlat-cps', 'cpp', 'cython', - version: '0.53', + version: '0.54', license: 'GPL-3.0-or-later', default_options: [ 'warning_level=1', diff --git a/qlat-grid/meson.build b/qlat-grid/meson.build index 54cf53ba..f9112c18 100644 --- a/qlat-grid/meson.build +++ b/qlat-grid/meson.build @@ -1,5 +1,5 @@ project('qlat-grid', 'cpp', 'cython', - version: '0.53', + version: '0.54', license: 'GPL-3.0-or-later', default_options: [ 'warning_level=1', diff --git a/qlat-utils/meson.build b/qlat-utils/meson.build index 43e0a136..bdf7efcc 100644 --- a/qlat-utils/meson.build +++ b/qlat-utils/meson.build @@ -1,5 +1,5 @@ project('qlat-utils', 'cpp', 'cython', - version: '0.53', + version: '0.54', license: 'GPL-3.0-or-later', default_options: [ 'warning_level=3', diff --git a/qlat-utils/qlat_utils/lib/version_gen.sh b/qlat-utils/qlat_utils/lib/version_gen.sh index 7a354aef..97ccde71 100644 --- a/qlat-utils/qlat_utils/lib/version_gen.sh +++ b/qlat-utils/qlat_utils/lib/version_gen.sh @@ -12,7 +12,7 @@ cd "$src_dir" if git describe --tags ; then version="$(git describe --tags)" else - version="v0.53-current" # default version + version="v0.54-current" # default version fi cd "$wd" diff --git a/qlat/meson.build b/qlat/meson.build index d40fd0ef..e411fb09 100644 --- a/qlat/meson.build +++ b/qlat/meson.build @@ -1,5 +1,5 @@ project('qlat', 'cpp', 'cython', - version: '0.53', + version: '0.54', license: 'GPL-3.0-or-later', default_options: [ 'warning_level=1',