Skip to content

Commit

Permalink
Doc updates for v 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
edsaac committed Nov 20, 2023
1 parent b178998 commit f0527ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions stpyvista/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [v 0.0.11] - 2023-11-20
- Remove unnecessary pyvista call for a jupyter backend. Ipython dependency can be totally drop now.

## [v 0.0.10] - 2023-11-16
- Add `use_container_width` option to `stpyvista`. Defaults to True
- Changed bokeh.resources to import CDN instead of INLINE to html generation.
Expand Down
2 changes: 1 addition & 1 deletion stpyvista/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "stpyvista"
version = "0.0.10"
version = "0.0.11"
authors = [
{ name="Edwin Saavedra C.", email="[email protected]" },
]
Expand Down

0 comments on commit f0527ab

Please sign in to comment.