Skip to content

Commit

Permalink
Release 0.31.5
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Feb 7, 2018
1 parent 4b9a256 commit e20928f
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 @@ -201,7 +201,7 @@
"url-parse",
"xterm"
],
"version": "0.31.4",
"version": "0.31.5",
"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, 31, 4)
version_info = (0, 31, 5)
__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 @@ -201,7 +201,7 @@
"url-parse",
"xterm"
],
"version": "0.31.4",
"version": "0.31.5",
"linkedPackages": {},
"staticDir": "../static"
}
Expand Down

0 comments on commit e20928f

Please sign in to comment.