Skip to content

Commit a8b74ff

Browse files
committed
Release for 0.2.1
1 parent 15f8d32 commit a8b74ff

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,13 @@ Changelog
9797
master
9898
------
9999

100+
101+
v0.2.1
102+
------
103+
100104
* Add the ``rel`` HTML attribute to the footer links which point to
101105
the previous and next pages.
106+
* Fix toctree issue caused by Sphinx singlehtml builder (#367)
102107

103108
v0.2.0
104109
------

sphinx_rtd_theme/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66
import os
77

8-
__version__ = '0.2.0'
8+
__version__ = '0.2.1'
99
__version_full__ = __version__
1010

1111

0 commit comments

Comments
 (0)