Skip to content

Commit

Permalink
Release 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas Reyes committed Jul 30, 2020
1 parent c1da877 commit 7e6e6ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
CHANGELOG
=========

0.7
---
0.7 (2020-07-30)
----------------
* Simplified CLI (breaking changes)
* Refactors internal API for notebook conversion, adds tests for common formats
* Metadata is deleted when saving a script from the Jupyter notebook app to make sure the task runs in the next pipeline build
Expand Down
2 changes: 1 addition & 1 deletion src/ploomber/__init__.py
Expand Up @@ -8,7 +8,7 @@
from ploomber.jupyter import _load_jupyter_server_extension


__version__ = '0.6.4dev'
__version__ = '0.7'

# Set default logging handler to avoid "No handler found" warnings.

Expand Down

0 comments on commit 7e6e6ea

Please sign in to comment.