Skip to content

Commit 61a42bd

Browse files
committed
Publish 0.1.7
SHA256 hashes: jupyter_app_launcher-0.1.7-py3-none-any.whl: 74995e9c81036cc653cdb42d75b8752163030a21a1cff6f57c1d5dc3b91c06d0 jupyter_app_launcher-0.1.7.tar.gz: 53ab6dee59a3aaa9cff99cd8f3684fa781b5da39a900cced0a89a8807025e17a jupyter_app_launcher-0.1.7.tgz: 42bc5bacb2ebc41095d4dd725c51a4eb478ca6cf440108900def1e96f72565c6
1 parent 3421979 commit 61a42bd

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

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

5+
## 0.1.7
6+
7+
([Full Changelog](https://github.com/trungleduc/jupyter_app_launcher/compare/v0.1.6...3421979a03ce58c28bccd84694c558594d956a7d))
8+
9+
### Enhancements made
10+
11+
- Implemented createNewWindow option [#38](https://github.com/trungleduc/jupyter_app_launcher/pull/38) ([@imcovangent](https://github.com/imcovangent))
12+
13+
### Contributors to this release
14+
15+
([GitHub contributors page for this release](https://github.com/trungleduc/jupyter_app_launcher/graphs/contributors?from=2023-04-25&to=2023-08-22&type=c))
16+
17+
[@imcovangent](https://github.com/search?q=repo%3Atrungleduc%2Fjupyter_app_launcher+involves%3Aimcovangent+updated%3A2023-04-25..2023-08-22&type=Issues) | [@trungleduc](https://github.com/search?q=repo%3Atrungleduc%2Fjupyter_app_launcher+involves%3Atrungleduc+updated%3A2023-04-25..2023-08-22&type=Issues)
18+
19+
<!-- <END NEW CHANGELOG ENTRY> -->
20+
521
## 0.1.6
622

723
([Full Changelog](https://github.com/trungleduc/jupyter_app_launcher/compare/v0.1.5...1633002852cafdc3bd97165e86bab9967f3474c4))
@@ -16,8 +32,6 @@
1632

1733
[@sinkuladis](https://github.com/search?q=repo%3Atrungleduc%2Fjupyter_app_launcher+involves%3Asinkuladis+updated%3A2022-10-13..2023-04-25&type=Issues)
1834

19-
<!-- <END NEW CHANGELOG ENTRY> -->
20-
2135
## 0.1.5
2236

2337
([Full Changelog](https://github.com/trungleduc/jupyter_app_launcher/compare/v0.1.4...7040059d7c75904332f7d08a1f1e374e2ef3c117))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter_app_launcher",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "A JupyterLab extension to create custom launcher entries.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)