diff --git a/NEWS.rst b/NEWS.rst index 9e27d3a..d592764 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,2 +1,10 @@ -Version 0.1.0 (2020-08-05): +Version 0.1.1 -- 2020-08-20 -- PyPI__ -- diff__ + * Minor CSS fixes and more "brands" icons + +__ https://pypi.org/project/insipid-sphinx-theme/0.1.1/ +__ https://github.com/mgeier/insipid-sphinx-theme/compare/0.1.0...0.1.1 + +Version 0.1.0 -- 2020-08-05 -- PyPI__ Initial release + +__ https://pypi.org/project/insipid-sphinx-theme/0.1.0/ diff --git a/src/insipid_sphinx_theme/__init__.py b/src/insipid_sphinx_theme/__init__.py index d25062a..235f505 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.1.0' +__version__ = '0.1.1' def setup(app):