From dc8246cbfa6196bdd17648b35025654cb22320ee Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Thu, 19 Sep 2024 02:02:50 -0700 Subject: [PATCH] Preparing release 0.0.11 --- CHANGES.md | 6 ++++++ news/25.bugfix | 1 - src/plone_sphinx_theme/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 news/25.bugfix diff --git a/CHANGES.md b/CHANGES.md index 373a61f..6b60810 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,12 @@ +## 0.0.11 (2024-09-19) + +### Bug fixes + +- Remove style that causes code blocks in sphinxcontrib.httpexample to blow out off-screen. @stevepiercy [Issue #25](https://github.com/plone/plone-sphinx-theme/issues/25) + ## 0.0.10 (2024-06-17) ### Internal changes diff --git a/news/25.bugfix b/news/25.bugfix deleted file mode 100644 index 6a0bead..0000000 --- a/news/25.bugfix +++ /dev/null @@ -1 +0,0 @@ -Remove style that causes code blocks in sphinxcontrib.httpexample to blow out off-screen. @stevepiercy diff --git a/src/plone_sphinx_theme/__init__.py b/src/plone_sphinx_theme/__init__.py index ae829b7..9dbb937 100644 --- a/src/plone_sphinx_theme/__init__.py +++ b/src/plone_sphinx_theme/__init__.py @@ -7,7 +7,7 @@ from sphinx.application import Sphinx from sphinx.util import logging -__version__ = "0.0.11.dev0" +__version__ = "0.0.11" from sphinx_book_theme import update_context_with_repository_info, update_sourcename