diff --git a/CHANGELOG.md b/CHANGELOG.md index 28248def..a6b5a2f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.0.1 -- 2023-03-31 + +This is a minor release supporting pydata>=0.13.3, with a few import changes from pydata. + ## v1.0.0 -- 2023-03-01 This is a major release that brings in the latest PyData Sphinx Theme and a number of new features with it. diff --git a/src/sphinx_book_theme/__init__.py b/src/sphinx_book_theme/__init__.py index 8bbd1c44..c05f59b5 100644 --- a/src/sphinx_book_theme/__init__.py +++ b/src/sphinx_book_theme/__init__.py @@ -22,7 +22,7 @@ from .header_buttons.source import add_source_buttons from ._transforms import HandleFootnoteTransform -__version__ = "1.0.0" +__version__ = "1.0.1" """sphinx-book-theme version""" SPHINX_LOGGER = logging.getLogger(__name__)