Skip to content

Commit

Permalink
Version number -> 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed May 15, 2024
1 parent 0eee210 commit ec82b85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@ If you are interested in using your parameterized Jupyter notebooks through a co
Changes
-------

0.6.1
~~~~~

2024-05-15

- nbparameterise no longer requires `nbconvert <https://pypi.org/project/nbconvert/>`_,
and loads it only if you pass the deprecated ``execute=True`` option.

0.6
~~~

Expand Down
2 changes: 1 addition & 1 deletion nbparameterise/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Re-run a notebook substituting input parameters in the first cell."""

__version__ = '0.6'
__version__ = '0.6.1'

from .code import (
Parameter, extract_parameters, replace_definitions, parameter_values, get_parameter_cell,
Expand Down

0 comments on commit ec82b85

Please sign in to comment.