From a5400c360f0ad72d0221acb675829bba50249121 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 4 Sep 2022 10:33:54 +0200 Subject: [PATCH] Release 0.3.5 --- NEWS.rst | 10 ++++++++-- src/insipid_sphinx_theme/__init__.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/NEWS.rst b/NEWS.rst index a1a28e9..16271c3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,9 +1,15 @@ -Version 0.3.4 -- 2022-09-03 -- docs__ -- PyPI__ -- diff__ +Version 0.3.5 -- 2022-09-04 -- docs__ -- PyPI__ -- diff__ + * Re-release for updating the ``issue-term`` of the comment system + +__ https://insipid-sphinx-theme.readthedocs.io/en/0.3.5/ +__ https://pypi.org/project/insipid-sphinx-theme/0.3.5/ +__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.3.4...0.3.5 + +Version 0.3.4 -- 2022-09-03 -- PyPI__ -- diff__ * CSS: Avoid sidebar overlapping the comment section * CSS: remove ``italic`` from ``in-view``, reduce ``letter-spacing`` instead * Support for ``/`` key binding -__ https://insipid-sphinx-theme.readthedocs.io/en/0.3.4/ __ https://pypi.org/project/insipid-sphinx-theme/0.3.4/ __ https://github.com/mgeier/insipid-sphinx-theme/compare/0.3.3...0.3.4 diff --git a/src/insipid_sphinx_theme/__init__.py b/src/insipid_sphinx_theme/__init__.py index 4db1494..2f977ca 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.4' +__version__ = '0.3.5' def setup(app):