Skip to content

Commit a08fe03

Browse files
ericholscherdavidfischer
authored andcommitted
Bump to 0.4.2
1 parent da6d1db commit a08fe03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sphinx-rtd-theme",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"homepage": "https://github.com/rtfd/sphinx_rtd_theme",
55
"authors": [
66
"Dave Snider, Read the Docs, Inc. & contributors <[email protected]>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sphinx_rtd_theme",
33
"main": "js/theme.js",
4-
"version": "0.4.1",
4+
"version": "0.4.2",
55
"private": true,
66
"devDependencies": {
77
"bower": "^1.8.4",

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
from os import path
77

8-
__version__ = '0.4.1'
8+
__version__ = '0.4.2'
99
__version_full__ = __version__
1010

1111

0 commit comments

Comments
 (0)