Skip to content

Commit

Permalink
Release 0.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 11, 2017
1 parent 3c7d71c commit 7ace78f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev_mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@phosphor/coreutils",
"@phosphor/widgets"
],
"version": "0.30.5",
"version": "0.30.6",
"linkedPackages": {
"@jupyterlab/application": "../packages/application",
"@jupyterlab/application-extension": "../packages/application-extension",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 30, 5)
version_info = (0, 30, 6)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion jupyterlab/staging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@phosphor/coreutils",
"@phosphor/widgets"
],
"version": "0.30.5",
"version": "0.30.6",
"linkedPackages": {},
"staticDir": "../static"
}
Expand Down

0 comments on commit 7ace78f

Please sign in to comment.