diff --git a/NEWS.rst b/NEWS.rst index f75b52a..dceda8e 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +Version 0.3.1 -- 2022-06-06 -- docs__ -- PyPI__ -- diff__ + * CSS: Support for aside.topic (docutils 0.18+) + +__ https://insipid-sphinx-theme.readthedocs.io/en/0.3.1/ +__ https://pypi.org/project/insipid-sphinx-theme/0.3.1/ +__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.3.0...0.3.1 + Version 0.3.0 -- 2022-05-08 -- docs__ -- PyPI__ -- diff__ * Toggleable sidebar without JavaScript * Allow wrapping of long inline literals diff --git a/src/insipid_sphinx_theme/__init__.py b/src/insipid_sphinx_theme/__init__.py index 691a422..9f8bcb2 100644 --- a/src/insipid_sphinx_theme/__init__.py +++ b/src/insipid_sphinx_theme/__init__.py @@ -1,7 +1,7 @@ """An insipid Sphinx theme.""" from pathlib import Path -__version__ = '0.3.0' +__version__ = '0.3.1' def setup(app):