diff --git a/LICENSE b/LICENSE index daf8ff4..e63bcb0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020-2021, Matthias Geier +Copyright (c) 2020-2022, Matthias Geier Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/NEWS.rst b/NEWS.rst index b767610..f75b52a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,14 @@ +Version 0.3.0 -- 2022-05-08 -- docs__ -- PyPI__ -- diff__ + * Toggleable sidebar without JavaScript + * Allow wrapping of long inline literals + * Various padding/margin changes (including negative margins) + * Limit size to 100% (as in ``basic`` theme) + * Make wide tables horizontally scrollable + +__ https://insipid-sphinx-theme.readthedocs.io/en/0.3.0/ +__ https://pypi.org/project/insipid-sphinx-theme/0.3.0/ +__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.2.9...0.3.0 + Version 0.2.9 -- 2021-12-04 -- docs__ -- PyPI__ -- diff__ * external links: replace border-bottom with underline * avoid font size change between landscape and portrait diff --git a/src/insipid_sphinx_theme/__init__.py b/src/insipid_sphinx_theme/__init__.py index 6dc2e08..691a422 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.2.9' +__version__ = '0.3.0' def setup(app):