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"