Skip to content

Commit

Permalink
Publish 1.0.0
Browse files Browse the repository at this point in the history
SHA256 hashes:

ipylab-1.0.0-py3-none-any.whl: 86b3de8bc74925b8169b79bf56981df9a654556549a659698bc0ed24dfa6141d

ipylab-1.0.0.tar.gz: c4f0744b1f96d6c4605b986aa59ebccd64451bf71c9483a019ab7a52c5656170

ipylab-1.0.0.tgz: 080bb5a268d81e78a5c95cd37989e74155ddc58d7cbf8acb032371ecff08bf56
  • Loading branch information
jtpio committed Aug 11, 2023
1 parent 0f4e2a1 commit e841801
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

<!-- <START NEW CHANGELOG ENTRY> -->

## 1.0.0

([Full Changelog](https://github.com/jtpio/ipylab/compare/v0.7.1...0f4e2a141ef68e7d6f3957c3250b300919b3d2d7))

### Enhancements made

- Add rest of Title API [#125](https://github.com/jtpio/ipylab/pull/125) ([@bollwyvl](https://github.com/bollwyvl))

### Maintenance and upkeep improvements

- Update to JupyterLab 4 [#126](https://github.com/jtpio/ipylab/pull/126) ([@jtpio](https://github.com/jtpio))
- Bump yaml from 2.1.1 to 2.2.2 [#119](https://github.com/jtpio/ipylab/pull/119) ([@dependabot](https://github.com/dependabot))

### Contributors to this release

([GitHub contributors page for this release](https://github.com/jtpio/ipylab/graphs/contributors?from=2023-03-30&to=2023-08-11&type=c))

[@bollwyvl](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Abollwyvl+updated%3A2023-03-30..2023-08-11&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Adependabot+updated%3A2023-03-30..2023-08-11&type=Issues) | [@github-actions](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Agithub-actions+updated%3A2023-03-30..2023-08-11&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Ajtpio+updated%3A2023-03-30..2023-08-11&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.7.1

([Full Changelog](https://github.com/jtpio/ipylab/compare/v0.7.0...2de9db4c1780a86beabb78fcdaa4cbd7ae6271a6))
Expand All @@ -17,8 +38,6 @@

[@github-actions](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Agithub-actions+updated%3A2023-03-29..2023-03-30&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajtpio%2Fipylab+involves%3Ajtpio+updated%3A2023-03-29..2023-03-30&type=Issues)

<!-- <END NEW CHANGELOG ENTRY> -->

## 0.7.0

([Full Changelog](https://github.com/jtpio/ipylab/compare/v0.6.0...33d8e3d91832645106f87e6dcb4dac88180f1fa7))
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": "ipylab",
"version": "0.7.1",
"version": "1.0.0",
"description": "Control JupyterLab from Python notebooks",
"keywords": [
"jupyter",
Expand Down

0 comments on commit e841801

Please sign in to comment.