From c7531e88c6f9dc8cbef4d6f9c993d11061039997 Mon Sep 17 00:00:00 2001 From: paugier Date: Tue, 30 Jan 2024 22:32:28 +0100 Subject: [PATCH] v0.8.0rc2 --- .gitlab-ci.yml | 1 + lib/pyproject.toml | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 70d103b6..5807a9da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,7 @@ workflow: - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS when: never - if: $CI_COMMIT_BRANCH + - if: $CI_COMMIT_TAG # check_bug: # image: fluiddyn/python3-stable:lastest diff --git a/lib/pyproject.toml b/lib/pyproject.toml index 41793bce..5e3f54c8 100644 --- a/lib/pyproject.toml +++ b/lib/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi" [project] name = 'fluidsim-core' -version = "0.8.0rc1" +version = "0.8.0rc2" description = "Pure-Python core library for FluidSim framework" requires-python = ">=3.9" authors = [ diff --git a/pyproject.toml b/pyproject.toml index 41f206d8..9072adab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,10 +18,10 @@ keywords = [ authors = [ {name = "pierre.augier", email = "pierre.augier@univ-grenoble-alpes.fr"}, ] -version = '0.8.0rc1' +version = '0.8.0rc2' requires-python = ">=3.9" dependencies = [ - "fluidsim-core>=0.8.0rc1", + "fluidsim-core>=0.8.0rc2", "h5py", "h5netcdf", "transonic>=0.6.0",