Skip to content

Commit 097d9f2

Browse files
authored
Merge pull request #9 from enthought/changelog
RELEASE 0.6.1: Add a release changelog and bump version number.
2 parents 012b56c + 1685549 commit 097d9f2

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGES.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Enthought Sphinx Theme changelog
2+
================================
3+
4+
Release 0.6.1
5+
-------------
6+
7+
Release date: 2019-06-20
8+
9+
Fixes
10+
11+
* Fix broken search box functionality. (#8)
12+
13+
Release 0.6.0
14+
-------------
15+
16+
Release date: 2019-05-10
17+
18+
This is the first release made available on PyPI.
19+
20+
Changes
21+
22+
* Update to current Enthought branding, fix for red font bleedthrough for code tags. (#5)
23+
24+
Fixes
25+
26+
* Fix favicon location. (#6)
27+
28+
Release 0.5.0
29+
-------------
30+
31+
Release date: 2014-10-17
32+
33+
Initial release.

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',
12+
version='0.6.1',
1313
author='Enthought, Inc.',
1414
author_email='[email protected]',
1515
description='Sphinx theme for Enthought products',

0 commit comments

Comments
 (0)