Skip to content

Commit 65ffe9b

Browse files
committed
1.1.0
1 parent a73833f commit 65ffe9b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.0
4+
5+
- Added CLI argument `--id` to filter the processed GPUs (it is passed to `nvidia-smi`).
6+
- Changed some error text to be printed to stderr instead of on stdout.
7+
- The program now exits with the same error code as `nvidia-smi` if its call failed.
8+
39
## 1.0.7
410

511
- Added CLI argument `--user` to filter processes by selected users.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
long_description = (here / 'README.md').read_text(encoding='utf-8')
1010

1111
setup(name='nvidia-htop',
12-
version='1.0.7',
12+
version='1.1.0',
1313
description='A tool for enriching the output of nvidia-smi',
1414
long_description=long_description,
1515
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)