Bump to 0.4.2

This commit is contained in:
Eric Holscher 2018-10-05 13:29:26 +02:00
parent df33248b40
commit 04994af769
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sphinx-rtd-theme",
"version": "0.4.1",
"version": "0.4.2",
"homepage": "https://github.com/rtfd/sphinx_rtd_theme",
"authors": [
"Dave Snider, Read the Docs, Inc. & contributors <dev@readthedocs.org>"

View File

@ -1,6 +1,6 @@
{
"name": "sphinx_rtd_theme",
"version": "0.4.1",
"version": "0.4.2",
"private": true,
"devDependencies": {
"bower": "^1.8.4",

View File

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