Skip to content

Commit 695c40f

Browse files
Merge pull request #15 from enthought/release/7.0.0
Release 7.0.0
2 parents f802c76 + 9846cd7 commit 695c40f

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Enthought Sphinx Theme changelog
22
================================
33

4+
Release 0.7.0
5+
-------------
6+
7+
Release date: 2022-03-03
8+
9+
Changes
10+
11+
* Update to current Enthought branding (colors, fonts, logos)
12+
413
Release 0.6.2
514
-------------
615

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include Makefile LICENSE README.rst
22
recursive-include less *.less
3-
recursive-include enthought_sphinx_theme/enthought *.conf *.css *.css_t *.gif *.html *.ico *.js *.png *.woff
3+
recursive-include enthought_sphinx_theme/enthought *.conf *.css *.css_t *.gif *.html *.ico *.js *.png *.woff *.woff2
44
recursive-include licenses *.txt
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='enthought_sphinx_theme',
12-
version='0.6.2',
12+
version='0.7.0',
1313
author='Enthought, Inc.',
1414
author_email='[email protected]',
1515
description='Sphinx theme for Enthought products',

0 commit comments

Comments
 (0)