Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ v0.8
- Add the CLI command to update Skops files to the latest Skops persistence format.
(:func:`.cli._update.main`). :pr:`333` by :user:`Edoardo Abati <EdAbati>`


v0.7
----
- Add ability to copy plots on :meth:`.Card.save` so that they can be
Expand Down
2 changes: 1 addition & 1 deletion skops/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer.
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#
__version__ = "0.7.dev0"
__version__ = "0.8.dev0"

try:
# This variable is injected in the __builtins__ by the build
Expand Down