From 3ea9e5e8ba8f63e92c2273f4b259edfd70589892 Mon Sep 17 00:00:00 2001 From: YONG WOOK KIM Date: Wed, 23 Oct 2024 16:22:19 -0500 Subject: [PATCH] modified changelog --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a227ed..8ea93ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,6 @@ 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/). -## [Unreleased] -### Fixed -- Fixed the pypi publish of the package [#177](https://github.com/IN-CORE/pyincore-viz/issues/177) - ## [1.11.0] - 2024-10-23 ### Added - Apply Black formatter [#169](https://github.com/IN-CORE/pyincore-viz/issues/169) @@ -16,6 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Unnecessary dependency in setup.py [#171](https://github.com/IN-CORE/pyincore-viz/issues/171) - Matplotlib version incompatibility by upgrade in geoutil [#173](https://github.com/IN-CORE/pyincore-viz/issues/173) +- Fixed the pypi publish of the package [#177](https://github.com/IN-CORE/pyincore-viz/issues/177) ## [1.10.1] - 2023-06-12 ### Added