Skip to content

Commit

Permalink
bump version to 0.10.10 and document
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Nov 10, 2019
1 parent 63cbc9d commit 0b2ac11
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/source/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ Releases
Version 0.10
------------

v0.10.10
~~~~~~~~

Add compatibility of sphinx conversion with
`ipywidgets <https://ipywidgets.readthedocs.io/en/stable/>`_.
For examples see the section in :ref:`code_cells`, and for sphinx extension
configuration see :ref:`sphinx_ext_notebook`.
Note, the sphinx version dependency is now ``>=1.8``.

Additionally the code base has been formatted by
`black <https://github.com/ambv/black>`__,
and some minor bugs/warnings have been fixed.

v0.10.9
~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion ipypublish/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ipypublish.scripts import nb_setup # noqa: F401

__version__ = "0.10.9"
__version__ = "0.10.10"

0 comments on commit 0b2ac11

Please sign in to comment.