From fd6ccc92343e27f4918fbf7e9b92cc4841d878da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 12 Mar 2024 19:42:22 +0000 Subject: [PATCH] chore(release): 0.7.1 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 991d9a7a..29b9f515 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes --- +## [0.7.1](https://github.com/osl-incubator/scicookie/compare/0.7.0...0.7.1) (2024-03-12) + + +### Bug Fixes + +* Fix SciCookie documentation ([#236](https://github.com/osl-incubator/scicookie/issues/236)) ([fdff49e](https://github.com/osl-incubator/scicookie/commit/fdff49eb81f44c6e56ab7122230450e9714c0ae1)) + # [0.7.0](https://github.com/osl-incubator/scicookie/compare/0.6.3...0.7.0) (2024-03-12) diff --git a/pyproject.toml b/pyproject.toml index a1d514d7..a76d8d5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scicookie" -version = "0.7.0" # semantic-release +version = "0.7.1" # semantic-release description = "Cookiecutter template for a Python package" authors = ["Ivan Ogasawara "] license = "BSD-3-Clause"