diff --git a/NEWS.rst b/NEWS.rst index 61ab677..4e34ddf 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,10 @@ +Version 0.4.0 -- 2022-12-29 -- docs__ -- PyPI__ -- diff__ + * Include readthedocs.org version selector in scrollable sidebar + +__ https://insipid-sphinx-theme.readthedocs.io/en/0.4.0/ +__ https://pypi.org/project/insipid-sphinx-theme/0.4.0/ +__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.3.6...0.4.0 + Version 0.3.6 -- 2022-11-13 -- docs__ -- PyPI__ -- diff__ * IntersectionObserver: support for domain object headers diff --git a/src/insipid_sphinx_theme/__init__.py b/src/insipid_sphinx_theme/__init__.py index 3b21c2d..351b35e 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.6' +__version__ = '0.4.0' def setup(app):