Skip to content

Commit

Permalink
Release 0.33.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jul 28, 2018
1 parent e50c8ea commit eb617e9
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 @@ -215,7 +215,7 @@
"url-parse",
"xterm"
],
"version": "0.33.0",
"version": "0.33.1",
"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
Expand Up @@ -5,7 +5,7 @@

VersionInfo = namedtuple('VersionInfo', ['major', 'minor', 'micro', 'releaselevel', 'serial'])

version_info = VersionInfo(0, 33, 0, 'final', 0)
version_info = VersionInfo(0, 33, 1, 'final', 0)

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

Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/staging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
"url-parse",
"xterm"
],
"version": "0.33.0",
"version": "0.33.1",
"linkedPackages": {},
"staticDir": "../static"
}
Expand Down

0 comments on commit eb617e9

Please sign in to comment.