Skip to content

Commit 9d64ea8

Browse files
committed
ver: bump version to v1.4.2
1 parent d5a05e6 commit 9d64ea8

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525

2626
### Removed
2727

28+
-
29+
30+
------
31+
32+
## [1.4.2] - 2025-01-27
33+
34+
### Removed
35+
2836
- Vendor third-party dependency `termcolor` by [@XuehaiPan](https://github.com/XuehaiPan) in [#148](https://github.com/XuehaiPan/nvitop/pull/148).
2937
- Remove third-party dependency `cachetools` by [@XuehaiPan](https://github.com/XuehaiPan) in [#147](https://github.com/XuehaiPan/nvitop/pull/147).
3038

@@ -155,7 +163,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
155163

156164
------
157165

158-
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.4.1...HEAD
166+
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.4.2...HEAD
167+
[1.4.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.2
159168
[1.4.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.1
160169
[1.4.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.0
161170
[1.3.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Install from conda-forge ([![conda-forge](https://img.shields.io/conda/v/conda-f
202202
conda install -c conda-forge nvitop
203203
```
204204

205-
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.4.1)):
205+
Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.4.2)):
206206

207207
```bash
208208
pip3 install --upgrade pip setuptools

docs/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Or, clone this repo and install manually:
8181
8282
If this repo is useful to you, please star ⭐️ it to let more people know 🤗. |GitHub Repo Stars|_
8383

84-
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.4.1
84+
.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.4.2
8585

8686
------
8787

nvitop-exporter/nvitop_exporter/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# pylint: disable=invalid-name
2020

21-
__version__ = '1.4.1'
21+
__version__ = '1.4.2'
2222
__license__ = 'Apache-2.0'
2323
__author__ = __maintainer__ = 'Xuehai Pan'
2424
__email__ = '[email protected]'

nvitop-exporter/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ classifiers = [
4848
]
4949
dependencies = [
5050
# Sync with nvitop/version.py and requirements.txt
51-
"nvitop ~= 1.4.1",
51+
"nvitop ~= 1.4.2",
5252
"prometheus-client >= 0.4.0",
5353
]
5454
dynamic = ["version"]

nvitop/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
# pylint: disable=invalid-name
2020

21-
__version__ = '1.4.1'
21+
__version__ = '1.4.2'
2222
__license__ = 'GPL-3.0-only AND Apache-2.0'
2323
__author__ = __maintainer__ = 'Xuehai Pan'
2424
__email__ = '[email protected]'

0 commit comments

Comments
 (0)