diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b0d63..27a9db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.3.0] - 2023-08-23 + - add version argument - fix end of generated files - fix generate for multiple ipynb with same prefix @@ -35,7 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - project initialisation -[Unreleased]: https://github.com/gepetto/gepetuto/compare/v1.2.0...main +[Unreleased]: https://github.com/gepetto/gepetuto/compare/v1.3.0...main +[v1.3.0]: https://github.com/cmake-wheel/cmeel/compare/v1.2.0...v1.3.0 [v1.2.0]: https://github.com/cmake-wheel/cmeel/compare/v1.1.1...v1.2.0 [v1.1.1]: https://github.com/cmake-wheel/cmeel/compare/v1.1.0...v1.1.1 [v1.1.0]: https://github.com/cmake-wheel/cmeel/compare/v1.0.0...v1.1.0 diff --git a/README.md b/README.md index d3c5f19..22a51e9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ example of CI using all gepetuto actions on tests folder here : ``` - repo: https://github.com/Gepetto/gepetuto - rev: v1.2.0 + rev: v1.3.0 hooks: - id: generate-action - id: lint-action diff --git a/pyproject.toml b/pyproject.toml index d547212..70a8718 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ homepage = "https://github.com/gepetto/gepetuto" license = "BSD-2-Clause" name = "gepetuto" readme = "README.md" -version = "1.2.0" +version = "1.3.0" [tool.poetry.dependencies] black = {extras = ["jupyter"], version = "^23.7.0"}