Skip to content

Commit a4bc663

Browse files
authored
Merge pull request #27 from ian-r-rose/jlab_31
Updates for JLab 0.31
2 parents fb9b4f6 + 9ca4638 commit a4bc663

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This process is described in the [installation](#Installation) section.
3737

3838
## Prerequisites
3939

40-
* JupyterLab 0.30
40+
* JupyterLab 0.31
4141
* A GitHub account for the serverextension
4242

4343
## Installation

gitception.png

154 KB
Loading

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyterlab/github",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"description": "JupyterLab viewer for GitHub repositories",
55
"keywords": [
66
"github",
@@ -37,14 +37,14 @@
3737
"watch": "tsc -w"
3838
},
3939
"dependencies": {
40-
"@jupyterlab/application": "^0.13.1",
41-
"@jupyterlab/apputils": "^0.13.1",
42-
"@jupyterlab/coreutils": "^0.13.0",
43-
"@jupyterlab/docmanager": "^0.13.0",
44-
"@jupyterlab/docregistry": "^0.13.0",
45-
"@jupyterlab/filebrowser": "^0.13.2",
46-
"@jupyterlab/observables": "^0.2.0",
47-
"@jupyterlab/services": "^0.52.0",
40+
"@jupyterlab/application": "^0.14.0",
41+
"@jupyterlab/apputils": "^0.14.0",
42+
"@jupyterlab/coreutils": "^1.0.1",
43+
"@jupyterlab/docmanager": "^0.14.0",
44+
"@jupyterlab/docregistry": "^0.14.0",
45+
"@jupyterlab/filebrowser": "^0.14.0",
46+
"@jupyterlab/observables": "^1.0.1",
47+
"@jupyterlab/services": "^1.0.1",
4848
"@phosphor/algorithm": "^1.1.2",
4949
"@phosphor/signaling": "^1.2.2",
5050
"@phosphor/widgets": "^1.5.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setuptools.setup(
77
name='jupyterlab_github',
88
description='A Jupyter Notebook server extension which acts as a proxy for GitHub API requests.',
9-
version='0.3.0',
9+
version='0.4.0',
1010
packages=setuptools.find_packages(),
1111
author = 'Jupyter Development Team',
1212
author_email = '[email protected]',

0 commit comments

Comments
 (0)