Skip to content

Commit

Permalink
bump: version 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Dec 11, 2023
1 parent bcedc11 commit c24f89a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## 0.1.0 (2023-12-11)

### Feat

- set venv on notebook
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[project]
version = "0.1.0"

[sepal-ui]
init-notebook = "ui.ipynb"

Expand All @@ -20,4 +23,13 @@ docstring-quotes = "double"
convention = "google"

[tool.ruff.per-file-ignores]
"*/__init__.py" = ["F403"] # unable to detect undefined names | hide internal strcuture
"*/__init__.py" = ["F403"] # unable to detect undefined names | hide internal strcuture

[tool.commitizen]
version = "0.1.0"
update_changelog_on_bump = true
changelog_file = "CHANGELOG.md"
changelog_incremental = true
version_files = [
"pyproject.toml:version",
]

0 comments on commit c24f89a

Please sign in to comment.