From 7a557f8bc667bf03cfc50df4e55454f0c210b3f9 Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Mon, 4 Nov 2024 13:10:51 -0600 Subject: [PATCH 1/2] Release 1.9.1 --- CHANGELOG.md | 4 ++++ lab/config.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc4ab77..4646e54 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.9.1] - 2024-11-04 +### Changed +- Pyincore 1.20.1 for IN-CORE release 5.5.1 [#134](https://github.com/IN-CORE/incore-lab/issues/134) + ## [1.9.0] - 2024-10-23 ### Changed - Hub containers versioning has been updated to use the changelog [#127](https://github.com/IN-CORE/incore-lab/issues/127) diff --git a/lab/config.yml b/lab/config.yml index 9a9d765..d46e679 100644 --- a/lab/config.yml +++ b/lab/config.yml @@ -1,10 +1,10 @@ title: "IN-CORE Lab component version information" project: "IN-CORE Lab" author: "Yong Wook Kim" -Channel: "in-core" -#Channel: "in-core/label/rc" +#Channel: "in-core" +Channel: "in-core/label/rc" # version form must be "x.x.x" -INCORE_VERSION: "5.3.1" -PyIncore: "1.20.0" -PyIncore-Viz: "1.11.0" -PyIncore-Data: "0.7.0" +INCORE_VERSION: "5.5.1" +PyIncore: "1.20.1rc1" +PyIncore-Viz: "1.11.0rc1" +PyIncore-Data: "0.7.0rc1" From bf9d7c192021748683f28c2460c3528ec3cdef7b Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Mon, 4 Nov 2024 13:15:51 -0600 Subject: [PATCH 2/2] Updated component versions --- lab/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lab/config.yml b/lab/config.yml index d46e679..538b2c9 100644 --- a/lab/config.yml +++ b/lab/config.yml @@ -1,10 +1,10 @@ title: "IN-CORE Lab component version information" project: "IN-CORE Lab" author: "Yong Wook Kim" -#Channel: "in-core" -Channel: "in-core/label/rc" +Channel: "in-core" +#Channel: "in-core/label/rc" # version form must be "x.x.x" INCORE_VERSION: "5.5.1" -PyIncore: "1.20.1rc1" -PyIncore-Viz: "1.11.0rc1" -PyIncore-Data: "0.7.0rc1" +PyIncore: "1.20.1" +PyIncore-Viz: "1.11.0" +PyIncore-Data: "0.7.0"