Skip to content

Commit

Permalink
bump v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
transcranial committed Jul 5, 2017
1 parent 2ed862e commit f85f60e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### 0.4.0

(July 5, 2017)

- Allow specifying fonts without typography [#16](https://github.com/transcranial/jupyter-themer/pull/16) (@musically-ut)
- Add Source Code Pro as a font option [#17](https://github.com/transcranial/jupyter-themer/pull/17) (@musically-ut)
- Add Inconsolata font [#18](https://github.com/transcranial/jupyter-themer/pull/18) (@musically-ut)
- Add option for custom path to custom.css [#23](https://github.com/transcranial/jupyter-themer/pull/23) (@raino01r)
- Create MANIFEST.in [#25](https://github.com/transcranial/jupyter-themer/pull/25) (@pmlandwehr)

example: `jupyter-themer --show color`
### 0.3.0

(September 17, 2016)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='jupyter-themer',
version='0.3.0',
version='0.4.0',
license='MIT',
description='Custom CSS themer for jupyter notebooks',
long_description=long_description,
Expand Down

0 comments on commit f85f60e

Please sign in to comment.