Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 23, 2023
1 parent f7a08ac commit 30d3f62
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit 30d3f62

Please sign in to comment.