From a922dc748861d27e5a761c9d23ee32626c5c5f49 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Mon, 6 Jun 2022 16:42:48 +0200 Subject: [PATCH] Release 0.3.1 --- NEWS.rst | 7 +++++++ src/insipid_sphinx_theme/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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):