diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ac2490..55f92e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ +### 0.3.0 + +(September 17, 2016) + +- Added argument to list available options for each type [#15](https://github.com/transcranial/jupyter-themer/pull/15) (@wtgee) + + example: `jupyter-themer --show color` + ### 0.2.0 -(August 18th, 2016) +(August 18, 2016) - solarized into solarized-light/solarized-dark [#10](https://github.com/transcranial/jupyter-themer/pull/10) (@shian48263) diff --git a/setup.py b/setup.py index 86e4834..f5470c4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='jupyter-themer', - version='0.2.0', + version='0.3.0', license='MIT', description='Custom CSS themer for jupyter notebooks', long_description=long_description,