Skip to content

Commit

Permalink
Merge pull request #815 from executablebooks/agoose77/feat-1.1.1
Browse files Browse the repository at this point in the history
ENH: bump version for 1.1.1
  • Loading branch information
agoose77 committed Feb 13, 2024
2 parents 6467012 + b84aa88 commit 9335ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx_book_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from .header_buttons.source import add_source_buttons
from ._transforms import HandleFootnoteTransform

__version__ = "1.1.0"
__version__ = "1.1.1"
"""sphinx-book-theme version"""

SPHINX_LOGGER = logging.getLogger(__name__)
Expand Down

0 comments on commit 9335ab9

Please sign in to comment.