Skip to content

Commit

Permalink
Merge pull request #737 from gnestor/patch-2
Browse files Browse the repository at this point in the history
Upgrade to notebook 5.2.1
  • Loading branch information
rgbkrk committed Nov 4, 2017
2 parents de279e3 + f0e2dc6 commit ffda79b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks.py
Expand Up @@ -13,8 +13,8 @@

import invoke

NOTEBOOK_VERSION = '5.2.0' # the notebook version whose LESS we will use
NOTEBOOK_CHECKSUM = '7fafcd1ae638bd70bca3621982a69ccdc47ea19b234694073b617f59e79403ea' # sha256 checksum of notebook tarball
NOTEBOOK_VERSION = '5.2.1' # the notebook version whose LESS we will use
NOTEBOOK_CHECKSUM = '4ae5b81dd39b37cdd99dcffe83a5182c849947b92d46ac4d2b5093af2bb9f224' # sha256 checksum of notebook tarball

APP_ROOT = os.path.dirname(__file__)
NPM_BIN = os.path.join(APP_ROOT, "node_modules", ".bin")
Expand Down

0 comments on commit ffda79b

Please sign in to comment.