Skip to content

Commit

Permalink
Preparing release 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Jun 17, 2024
1 parent 6ba095e commit 40ed47c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

<!-- towncrier release notes start -->

## 0.0.10 (2024-06-17)

### Internal changes

- Unpin mermaid and specify which version of the JavaScript library to load. @stevepiercy [Issue #23](https://github.com/plone/plone-sphinx-theme/issues/23)

## 0.0.9 (2024-06-17)

- Clean up release. @stevepiercy
Expand Down
1 change: 0 additions & 1 deletion news/23.internal

This file was deleted.

2 changes: 1 addition & 1 deletion src/plone_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from sphinx.application import Sphinx
from sphinx.util import logging

__version__ = "0.0.10.dev0"
__version__ = "0.0.10"

from sphinx_book_theme import update_context_with_repository_info, update_sourcename

Expand Down

0 comments on commit 40ed47c

Please sign in to comment.