Skip to content

Jupyterlab 2.0 #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Mar 4, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump python package version.
  • Loading branch information
ian-r-rose committed Mar 3, 2020
commit b8290aaf2e85958cc9648a301a4cafdcf5cfb1fe
2 changes: 1 addition & 1 deletion jupyterlab_github/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from notebook.utils import url_path_join, url_escape
from notebook.base.handlers import APIHandler

__version__ = '1.0.0'
__version__ = '2.0.0'


link_regex = re.compile(r'<([^>]*)>;\s*rel="([\w]*)\"')
Expand Down