Release for 0.2.1

This commit is contained in:
Anthony Johnson 2017-03-03 12:02:11 -08:00
parent 15f8d32295
commit a8b74fff1c
No known key found for this signature in database
GPG Key ID: C5C79D82F922D604
2 changed files with 6 additions and 1 deletions

View File

@ -97,8 +97,13 @@ Changelog
master
------
v0.2.1
------
* Add the ``rel`` HTML attribute to the footer links which point to
the previous and next pages.
* Fix toctree issue caused by Sphinx singlehtml builder (#367)
v0.2.0
------

View File

@ -5,7 +5,7 @@ From https://github.com/ryan-roemer/sphinx-bootstrap-theme.
"""
import os
__version__ = '0.2.0'
__version__ = '0.2.1'
__version_full__ = __version__