diff --git a/CHANGES.rst b/CHANGES.rst index 64c10d3..b4bec2d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ Enthought Sphinx Theme changelog ================================ +Release 0.7.0 +------------- + +Release date: 2022-03-03 + +Changes + +* Update to current Enthought branding (colors, fonts, logos) + Release 0.6.2 ------------- diff --git a/MANIFEST.in b/MANIFEST.in index fda2113..e1de587 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include Makefile LICENSE README.rst recursive-include less *.less -recursive-include enthought_sphinx_theme/enthought *.conf *.css *.css_t *.gif *.html *.ico *.js *.png *.woff +recursive-include enthought_sphinx_theme/enthought *.conf *.css *.css_t *.gif *.html *.ico *.js *.png *.woff *.woff2 recursive-include licenses *.txt diff --git a/setup.py b/setup.py index cfb2c63..30fff9b 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name='enthought_sphinx_theme', - version='0.6.2', + version='0.7.0', author='Enthought, Inc.', author_email='info@enthought.com', description='Sphinx theme for Enthought products',