Skip to content

Commit 4f55384

Browse files
committed
Publish 0.7.1
SHA256 hashes: jupyter-server-resource-usage-0.7.1.tgz: 67e9695dfaddd9cfc86c79acf6de10a017d2e0a1bd30c77cb9f7516d9ef214eb jupyter_resource_usage-0.7.1-py3-none-any.whl: ef803c806aa0b778a715afa1f55cb11cf93522ecd5551f18e5002dbca5ff715b jupyter_resource_usage-0.7.1.tar.gz: e53176edd7a0dce214badfa37d2d7f8540f27067011941d124ffdfe49a0d653a
1 parent dfef59b commit 4f55384

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

CHANGELOG.md

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

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

5+
## 0.7.1
6+
7+
([Full Changelog](https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/[email protected]))
8+
9+
### Enhancements made
10+
11+
- Use `pss` if available [#171](https://github.com/jupyter-server/jupyter-resource-usage/pull/171) ([@jtpio](https://github.com/jtpio))
12+
13+
### Maintenance and upkeep improvements
14+
15+
- Fix formatting [#174](https://github.com/jupyter-server/jupyter-resource-usage/pull/174) ([@jtpio](https://github.com/jtpio))
16+
- Bump http-cache-semantics from 4.1.0 to 4.1.1 [#173](https://github.com/jupyter-server/jupyter-resource-usage/pull/173) ([@dependabot](https://github.com/dependabot))
17+
- Migrate to `hatch` [#168](https://github.com/jupyter-server/jupyter-resource-usage/pull/168) ([@jtpio](https://github.com/jtpio))
18+
- Bump json5 from 1.0.1 to 1.0.2 [#166](https://github.com/jupyter-server/jupyter-resource-usage/pull/166) ([@dependabot](https://github.com/dependabot))
19+
20+
### Contributors to this release
21+
22+
([GitHub contributors page for this release](https://github.com/jupyter-server/jupyter-resource-usage/graphs/contributors?from=2023-01-06&to=2023-02-06&type=c))
23+
24+
[@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Adependabot+updated%3A2023-01-06..2023-02-06&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2023-01-06..2023-02-06&type=Issues)
25+
26+
<!-- <END NEW CHANGELOG ENTRY> -->
27+
528
## 0.7.0
629

730
([Full Changelog](https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/[email protected]))
@@ -20,8 +43,6 @@
2043

2144
[@davidbrochart](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Adavidbrochart+updated%3A2022-11-14..2023-01-06&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Adependabot+updated%3A2022-11-14..2023-01-06&type=Issues) | [@jtpio](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Ajtpio+updated%3A2022-11-14..2023-01-06&type=Issues) | [@krassowski](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Akrassowski+updated%3A2022-11-14..2023-01-06&type=Issues) | [@pre-commit-ci](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Apre-commit-ci+updated%3A2022-11-14..2023-01-06&type=Issues) | [@welcome](https://github.com/search?q=repo%3Ajupyter-server%2Fjupyter-resource-usage+involves%3Awelcome+updated%3A2022-11-14..2023-01-06&type=Issues)
2245

23-
<!-- <END NEW CHANGELOG ENTRY> -->
24-
2546
## 0.6.4
2647

2748
([Full Changelog](https://github.com/jupyter-server/jupyter-resource-usage/compare/@jupyter-server/[email protected]))

jupyter_resource_usage/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.7.1"

packages/labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-server/resource-usage",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "JupyterLab extension to add resource usage UI items",
55
"keywords": [
66
"jupyter",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ source_dir = "packages/labextension"
103103
build_dir = "jupyter_resource_usage/labextension"
104104

105105
[tool.tbump.version]
106-
current = "0.7.0"
106+
current = "0.7.1"
107107
regex = '''
108108
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
109109
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)