Skip to content

Commit

Permalink
ipywidgets 7.2.1, widgetsnbextension 3.2.1
Browse files Browse the repository at this point in the history
This upgrades to the newest jupyterlab services package.

ipywidgets-7.2.1.tar.gz 
md5: 4eefd1b210020f27c8e384f50f98b9f8
sha1: 4f20d3394f026060ad374c1613d008a85846586c
sha256: ab9869cda5af7ba449d8f707b29b7e97a7db97d6366805d6b733338f51096f54

widgetsnbextension-3.2.1.tar.gz 
md5: 2b87b1461738f10c0d476b2e2aa8099d
sha1: 62f0a262bb36bd8fc25332707ba76bdf6f79b4b6
sha256: 5417789ee6064ff515fd10be24870660af3561c02d3d48b26f6f44285d0f70cc
  • Loading branch information
jasongrout committed Apr 12, 2018
1 parent 43d4a66 commit e1af986
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ipywidgets/_version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.

version_info = (7, 2, 0, 'final', 0)
version_info = (7, 2, 1, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand All @@ -14,4 +14,4 @@
__jupyter_widgets_controls_version__ = '1.2.0'

# A compatible @jupyter-widgets/html-manager npm package semver range
__html_manager_version__ = '^0.12.0'
__html_manager_version__ = '^0.13.0'
2 changes: 1 addition & 1 deletion widgetsnbextension/widgetsnbextension/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (3, 2, 0, 'final', 0)
version_info = (3, 2, 1, 'final', 0)

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
ansi_up "^3.0.0"
marked "~0.3.9"

"@jupyterlab/services@^2.0.0":
"@jupyterlab/services@^1.0.1 || ^2.0.0", "@jupyterlab/services@^2.0.0":
version "2.0.0"
resolved "https://registry.npmjs.org/@jupyterlab/services/-/services-2.0.0.tgz#088c3b0aa5d7f2e0d4ff8fb490429072e8f834d2"
dependencies:
Expand Down

0 comments on commit e1af986

Please sign in to comment.