File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.0.2 (2021-09-16)
4+
5+ - Fix bug for GitHub Entreprise (#61 )
6+ - Add PyPI classifiers
7+
38## 3.0.1 (2021-04-22)
49
510- Add backport extension entrypoints to classical notebook server (#48 )
Original file line number Diff line number Diff line change 11{
22 "name" : " @jupyterlab/pullrequests" ,
3- "version" : " 3.0.1 " ,
3+ "version" : " 3.0.2 " ,
44 "description" : " Pull Requests for JupyterLab" ,
55 "keywords" : [
66 " jupyter" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,11 @@ classifiers =
2424 Programming Language :: Python :: 3.8
2525 Programming Language :: Python :: 3.9
2626 Programming Language :: Python :: 3 :: Only
27+ Framework :: Jupyter
28+ Framework :: Jupyter :: JupyterLab
29+ Framework :: Jupyter :: JupyterLab :: 3
30+ Framework :: Jupyter :: JupyterLab :: Extensions
31+ Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt
2732
2833[options]
2934python_requires = >=3.6
You can’t perform that action at this time.
0 commit comments