From 74e15da6747acf7e5891768546cbb0f38abcf43e Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 27 Aug 2023 11:18:42 +0200 Subject: [PATCH] Release 0.4.2 --- 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 c351ddd..98bd7f5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +Version 0.4.2 -- 2023-08-27 -- docs__ -- PyPI__ -- diff__ + * Support for the new ``searchfield.html`` template + +__ https://insipid-sphinx-theme.readthedocs.io/en/0.4.2/ +__ https://pypi.org/project/insipid-sphinx-theme/0.4.2/ +__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.4.1...0.4.2 + Version 0.4.1 -- 2023-01-17 -- docs__ -- PyPI__ -- diff__ * Close search field with "Escape" key * CSS: rounded scrollbar thumbs on Webkit diff --git a/src/insipid_sphinx_theme/__init__.py b/src/insipid_sphinx_theme/__init__.py index 0b68f75..6229c6b 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.4.1' +__version__ = '0.4.2' def setup(app):