Skip to content

Commit e841801

Browse files
committed
Publish 1.0.0
SHA256 hashes: ipylab-1.0.0-py3-none-any.whl: 86b3de8bc74925b8169b79bf56981df9a654556549a659698bc0ed24dfa6141d ipylab-1.0.0.tar.gz: c4f0744b1f96d6c4605b986aa59ebccd64451bf71c9483a019ab7a52c5656170 ipylab-1.0.0.tgz: 080bb5a268d81e78a5c95cd37989e74155ddc58d7cbf8acb032371ecff08bf56
1 parent 0f4e2a1 commit e841801

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

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

5+
## 1.0.0
6+
7+
([Full Changelog](https://github.com/jtpio/ipylab/compare/v0.7.1...0f4e2a141ef68e7d6f3957c3250b300919b3d2d7))
8+
9+
### Enhancements made
10+
11+
- Add rest of Title API [#125](https://github.com/jtpio/ipylab/pull/125) ([@bollwyvl](https://github.com/bollwyvl))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Update to JupyterLab 4 [#126](https://github.com/jtpio/ipylab/pull/126) ([@jtpio](https://github.com/jtpio))
16+
- Bump yaml from 2.1.1 to 2.2.2 [#119](https://github.com/jtpio/ipylab/pull/119) ([@dependabot](https://github.com/dependabot))
17+
18+
### Contributors to this release
19+
20+
([GitHub contributors page for this release](https://github.com/jtpio/ipylab/graphs/contributors?from=2023-03-30&to=2023-08-11&type=c))
21+
22+
[@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)
23+
24+
<!-- <END NEW CHANGELOG ENTRY> -->
25+
526
## 0.7.1
627

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

1839
[@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)
1940

20-
<!-- <END NEW CHANGELOG ENTRY> -->
21-
2241
## 0.7.0
2342

2443
([Full Changelog](https://github.com/jtpio/ipylab/compare/v0.6.0...33d8e3d91832645106f87e6dcb4dac88180f1fa7))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipylab",
3-
"version": "0.7.1",
3+
"version": "1.0.0",
44
"description": "Control JupyterLab from Python notebooks",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)