Skip to content

Commit

Permalink
release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
genric committed Jan 7, 2016
1 parent c3f1ea4 commit 30daae5
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
* Release with pypi on Travis.ci

### 0.3.3 - 2016-01-04
### 0.3.4 - 2016-01-07
* release in pypi repo
* make it a valid Python module
* added release version info to theme.conf options section

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hbp-sphinx-theme",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"dependencies": {
"material-design-iconic-font": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion hbp_sphinx_theme/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# This file has been adapted from
# https://github.com/snide/sphinx_rtd_theme/blob/master/sphinx_rtd_theme/__init__.py
__version__ = '0.3.3'
__version__ = '0.3.4'


def get_html_theme_path():
Expand Down
2 changes: 1 addition & 1 deletion hbp_sphinx_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ stylesheet = hbpdoc.css
pygment_style = sphinx

[options]
version = 0.3.3
version = 0.3.4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hbp-sphinx-theme",
"version": "0.3.2",
"version": "0.3.4",
"private": true,
"devDependencies": {
"bower": "~1.4.1",
Expand Down

0 comments on commit 30daae5

Please sign in to comment.