Skip to content

Commit

Permalink
bump version v0.19.6; added notebook>=5.6.0 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dunovank committed Jul 31, 2018
1 parent e1e0077 commit 8f80f33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Release Notes

#### **v0.19.6**
- added notebook>=5.6.0 as dependency

#### **v0.19.5**
- added style compatibility with `notebook 5.6.0`

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
jupyter_core
notebook>=5.6.0
ipython>=5.4.1
matplotlib>=1.4.3
lesscpy>=0.11.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
for fsub in fsubdirs])
datafiles[pkgname].extend(list(fontsdata))

install_requires = ['jupyter_core', 'ipython>=5.4.1', 'matplotlib>=1.4.3', 'lesscpy>=0.11.2']
install_requires = ['jupyter_core', 'notebook>=5.6.0', 'ipython>=5.4.1', 'matplotlib>=1.4.3', 'lesscpy>=0.11.2']

setup(
name='jupyterthemes',
Expand Down

0 comments on commit 8f80f33

Please sign in to comment.