Skip to content

Commit c2664dd

Browse files
authored
RLS: v1.0.1 (#716)
* increasing the version * added changelog
1 parent 78bde16 commit c2664dd

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## v1.0.0 -- 2023-03-01
48

59
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from .header_buttons.source import add_source_buttons
2323
from ._transforms import HandleFootnoteTransform
2424

25-
__version__ = "1.0.0"
25+
__version__ = "1.0.1"
2626
"""sphinx-book-theme version"""
2727

2828
SPHINX_LOGGER = logging.getLogger(__name__)

0 commit comments

Comments
 (0)