Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Blancas Reyes committed Oct 18, 2020
1 parent 634e9e4 commit 44694b8
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.8.1dev
--------
0.8.1 (2020-10-18)
-------------------
* ``ploomber interact`` allows to switch DAG parameters, just like ``ploomber build``
* Adds ``PythonCallable.develop()`` to develop Python functions interactively
* ``NotebookRunner.develop()`` to develop now also works with Jupyter lab
Expand Down
2 changes: 1 addition & 1 deletion src/ploomber/__init__.py
Expand Up @@ -7,7 +7,7 @@
from ploomber.placeholders.SourceLoader import SourceLoader
from ploomber.jupyter import _load_jupyter_server_extension

__version__ = '0.8.1dev'
__version__ = '0.8.1'

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

Expand Down

0 comments on commit 44694b8

Please sign in to comment.