Skip to content

Commit

Permalink
Bump version to 2.0.1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Mar 17, 2021
1 parent e511e8d commit 3dcc532
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 5 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 2.0.1 (2021-03-17)

- Support pagination (#36)
- Restore JS tests (#33)
- Improve CI (#32)

## 2.0.0

First non-experimental release (#16)

> Support only JupyterLab 2.x
- Reorganize the code
- Add support for GitLab
- Replace monaco diff viewer by codemirror
- Render markdown
- Support discussion at PR level
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jupyter lab --watch
Releases should be cut from the GitHub Actions archive

> These steps require project permissions on github.com, npmjs.com and pypi.io.
> It is recommened to start a new GitHub issue with this checklist of tasks to perform
> It is recommended to start a new GitHub issue with this checklist of tasks to perform
- [ ] On a GitHub PR
- [ ] bump the release numbers, as appropriate, in `_version.py` and `package.json`
Expand All @@ -66,7 +66,7 @@ Releases should be cut from the GitHub Actions archive
- [ ] Verify the hashsums in `SHA256SUMS` by running

```bash
# cd <where you unpacked the filees>
# cd <where you unpacked the files>
sha256sum *
```

Expand All @@ -77,7 +77,7 @@ sha256sum *
- [ ] In your terminal, run the following

```bash
# cd <where you unpacked the filees>
# cd <where you unpacked the files>
twine upload *.whl *.tar.gz # login will be required
npm publish *.tgz # login will be required
```
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_pullrequests/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.0"
__version__ = "2.0.1"
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": "2.0.0",
"version": "2.0.1",
"description": "Pull Requests for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 3dcc532

Please sign in to comment.