From b6a062de83251c46bbd51f44eac1f8280121881e Mon Sep 17 00:00:00 2001 From: Janez Lapajne Date: Wed, 28 Aug 2024 22:41:45 +0200 Subject: [PATCH] chore(main): release 0.5.1 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8c5b14..6511a3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.5.1](https://github.com/siapy/siapy-lib/compare/v0.5.0...v0.5.1) (2024-08-28) + + +### Bug Fixes + +* Comment out cache-related code in docs.yml workflow --temporary fix ([51a8e11](https://github.com/siapy/siapy-lib/commit/51a8e1129964d07c2817ef9c297c665e0fd81d22)) +* Remove unused siapy version file and update installation instructions ([8e966e3](https://github.com/siapy/siapy-lib/commit/8e966e3eda31eabbfc7bae96d9ef5a662b99a01b)) + ## [0.5.0](https://github.com/siapy/siapy-lib/compare/v0.4.9...v0.5.0) (2024-08-28) diff --git a/pyproject.toml b/pyproject.toml index 1c57432..9198584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "siapy" -version = "0.5.0" +version = "0.5.1" description = "A python library for efficient processing of spectral images." authors = [{ name = "janezlapajne", email = "janez.lapajne@kis.si" }]