Skip to content

Commit 7661231

Browse files
authored
Merge pull request #597 from rtfd/agj/changelog-0.3.0
Update changelog to 0.3.0 for release
2 parents c96a1b8 + 4c99c10 commit 7661231

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changelog
66
master
77
======
88

9-
v0.2.5
9+
v0.3.0
1010
======
1111

1212
New Features

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.2.5b2",
3+
"version": "0.3.0",
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.2.5b2'
8+
__version__ = '0.3.0'
99
__version_full__ = __version__
1010

1111

0 commit comments

Comments
 (0)