From ca8d63eafb07eaed99df5a7642bc1189b0373665 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 20:55:50 +0000 Subject: [PATCH] chore(main): release 0.4.2 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e29e846..8f8beda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/opencadc/scicon/compare/v0.4.1...v0.4.2) (2023-10-25) + + +### Bug Fixes + +* **docs:** fixed the spelling of ubuntu ([ff272b3](https://github.com/opencadc/scicon/commit/ff272b3d0033a970d7d8dce8b4d3417732953edc)) + ## [0.4.1](https://github.com/opencadc/scicon/compare/v0.4.0...v0.4.1) (2023-10-24) diff --git a/pyproject.toml b/pyproject.toml index d639095..07f9b56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scicon" -version = "0.4.1" +version = "0.4.2" description = "Science Containers for CANFAR" authors = ["CANFAR "] license = "GNU Affero GPL v3.0"