Skip to content

Commit

Permalink
Bump to 3.0.2 (#63)
Browse files Browse the repository at this point in the history
* Bump to 3.0.2

* Update CHANGELOG.md

* Add Jupyter classifiers
  • Loading branch information
fcollonval committed Sep 16, 2021
1 parent a7b02d3 commit fbd08fc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 3.0.2 (2021-09-16)

- Fix bug for GitHub Entreprise (#61)
- Add PyPI classifiers

## 3.0.1 (2021-04-22)

- Add backport extension entrypoints to classical notebook server (#48)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyterlab/pullrequests",
"version": "3.0.1",
"version": "3.0.2",
"description": "Pull Requests for JupyterLab",
"keywords": [
"jupyter",
Expand Down
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ classifiers =
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3 :: Only
Framework :: Jupyter
Framework :: Jupyter :: JupyterLab
Framework :: Jupyter :: JupyterLab :: 3
Framework :: Jupyter :: JupyterLab :: Extensions
Framework :: Jupyter :: JupyterLab :: Extensions :: Prebuilt

[options]
python_requires = >=3.6
Expand Down

0 comments on commit fbd08fc

Please sign in to comment.