Skip to content

Commit fbd08fc

Browse files
authored
Bump to 3.0.2 (#63)
* Bump to 3.0.2 * Update CHANGELOG.md * Add Jupyter classifiers
1 parent a7b02d3 commit fbd08fc

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

setup.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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]
2934
python_requires = >=3.6

0 commit comments

Comments
 (0)