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..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.18.1" -PyIncore-Viz: "1.10.0" -PyIncore-Data: "0.6.2" +PyIncore: "1.19.0" +PyIncore-Viz: "1.10.1" +PyIncore-Data: "0.6.3"