From aea6f657f45455db9f8b13baa2c8f6e4b86d5170 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Thu, 3 Mar 2022 09:51:59 +0000 Subject: [PATCH 1/2] Update changelog and manifest. --- CHANGES.rst | 9 +++++++++ MANIFEST.in | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 From 9846cd7e4a56e7fdc065845e3118225ac0b5788b Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Thu, 3 Mar 2022 09:52:16 +0000 Subject: [PATCH 2/2] Update version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',