We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78bde16 commit c2664ddCopy full SHA for c2664dd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v1.0.1 -- 2023-03-31
4
+
5
+This is a minor release supporting pydata>=0.13.3, with a few import changes from pydata.
6
7
## v1.0.0 -- 2023-03-01
8
9
This is a major release that brings in the latest PyData Sphinx Theme and a number of new features with it.
src/sphinx_book_theme/__init__.py
@@ -22,7 +22,7 @@
22
from .header_buttons.source import add_source_buttons
23
from ._transforms import HandleFootnoteTransform
24
25
-__version__ = "1.0.0"
+__version__ = "1.0.1"
26
"""sphinx-book-theme version"""
27
28
SPHINX_LOGGER = logging.getLogger(__name__)
0 commit comments