Skip to content

Commit f20bfa5

Browse files
authored
Merge pull request #662 from rtfd/davidfischer/release-0.4.1
Release v0.4.1
2 parents c190ea2 + 521820c commit f20bfa5

File tree

6 files changed

+11
-9
lines changed

6 files changed

+11
-9
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.0",
3+
"version": "0.4.1",
44
"homepage": "https://github.com/rtfd/sphinx_rtd_theme",
55
"authors": [
66
"Dave Snider, Read the Docs, Inc. & contributors <[email protected]>"

docs/changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
Changelog
44
*********
55

6-
master
6+
v0.4.1
77
======
88

9+
:Date: July 27, 2018
10+
911

1012
New Features
1113
-------------

package.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.0",
3+
"version": "0.4.1",
44
"private": true,
55
"devDependencies": {
66
"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.0'
8+
__version__ = '0.4.1'
99
__version_full__ = __version__
1010

1111

sphinx_rtd_theme/static/css/theme.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sphinx_rtd_theme/static/js/theme.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)