Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Dec 11, 2023
2 parents 67abc27 + c24f89a commit 8e7078f
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
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",
]
6 changes: 3 additions & 3 deletions ui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "(venv) sepal-leafmap",
"language": "python",
"name": "python3"
"name": "venv-sepal-leafmap"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -67,4 +67,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit 8e7078f

Please sign in to comment.