From f85f60eaaac47f52a22623afe682d049e9569ea9 Mon Sep 17 00:00:00 2001 From: Leon Chen Date: Wed, 5 Jul 2017 16:38:48 -0400 Subject: [PATCH] bump v0.4.0 --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f92e9..6f17120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index f5470c4..b6ffb51 100644 --- a/setup.py +++ b/setup.py @@ -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,