From 025b0a5dc39d96a071176fa2919b148fc8416137 Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Wed, 5 Jun 2024 11:41:57 -0500 Subject: [PATCH 1/3] Release 1.7.0 --- CHANGELOG.md | 4 ++++ config.yml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9f9d20..405a6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.7.0] - 2024-06-12 +### Changed +- IN-CORE relase for 5.4.0 with pyincore 1.19.0 [#116](https://github.com/IN-CORE/incore-lab/issues/116) + ## [1.6.0] - 2024-04-30 ### Changed diff --git a/config.yml b/config.yml index 1b189a8..7563ca9 100644 --- a/config.yml +++ b/config.yml @@ -4,6 +4,6 @@ author: "Yong Wook Kim" Channel: "in-core" # version form must be "x.x.x" INCORE_VERSION: "5.3.1" -PyIncore: "1.18.1" -PyIncore-Viz: "1.10.0" -PyIncore-Data: "0.6.2" +PyIncore: "1.19.0rc1" +PyIncore-Viz: "1.10.1rc1" +PyIncore-Data: "0.6.3rc1" From 342b197b00b7756e7420e9a33b11c4c0e8b41164 Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Mon, 10 Jun 2024 09:21:53 -0500 Subject: [PATCH 2/3] updated pyincore to 1.19.0rc2 --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 7563ca9..7fd23ed 100644 --- a/config.yml +++ b/config.yml @@ -4,6 +4,6 @@ author: "Yong Wook Kim" Channel: "in-core" # version form must be "x.x.x" INCORE_VERSION: "5.3.1" -PyIncore: "1.19.0rc1" +PyIncore: "1.19.0rc2" PyIncore-Viz: "1.10.1rc1" PyIncore-Data: "0.6.3rc1" From dce853dfc2fb404ba8b7fb4382c92756f2d14494 Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Tue, 11 Jun 2024 14:19:55 -0500 Subject: [PATCH 3/3] Updated pyincore packages --- config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.yml b/config.yml index 7fd23ed..9c847e4 100644 --- a/config.yml +++ b/config.yml @@ -4,6 +4,6 @@ author: "Yong Wook Kim" Channel: "in-core" # version form must be "x.x.x" INCORE_VERSION: "5.3.1" -PyIncore: "1.19.0rc2" -PyIncore-Viz: "1.10.1rc1" -PyIncore-Data: "0.6.3rc1" +PyIncore: "1.19.0" +PyIncore-Viz: "1.10.1" +PyIncore-Data: "0.6.3"