Skip to content

Commit

Permalink
ver: bump version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Jan 26, 2025
1 parent d5a05e6 commit 9d64ea8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

-

------

## [1.4.2] - 2025-01-27

### Removed

- Vendor third-party dependency `termcolor` by [@XuehaiPan](https://github.com/XuehaiPan) in [#148](https://github.com/XuehaiPan/nvitop/pull/148).
- Remove third-party dependency `cachetools` by [@XuehaiPan](https://github.com/XuehaiPan) in [#147](https://github.com/XuehaiPan/nvitop/pull/147).

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

------

[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.4.2...HEAD
[1.4.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.2
[1.4.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.1
[1.4.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.4.0
[1.3.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Install from conda-forge ([![conda-forge](https://img.shields.io/conda/v/conda-f
conda install -c conda-forge nvitop
```

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

```bash
pip3 install --upgrade pip setuptools
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Or, clone this repo and install manually:
If this repo is useful to you, please star ⭐️ it to let more people know 🤗. |GitHub Repo Stars|_

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

------

Expand Down
2 changes: 1 addition & 1 deletion nvitop-exporter/nvitop_exporter/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# pylint: disable=invalid-name

__version__ = '1.4.1'
__version__ = '1.4.2'
__license__ = 'Apache-2.0'
__author__ = __maintainer__ = 'Xuehai Pan'
__email__ = '[email protected]'
Expand Down
2 changes: 1 addition & 1 deletion nvitop-exporter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ classifiers = [
]
dependencies = [
# Sync with nvitop/version.py and requirements.txt
"nvitop ~= 1.4.1",
"nvitop ~= 1.4.2",
"prometheus-client >= 0.4.0",
]
dynamic = ["version"]
Expand Down
2 changes: 1 addition & 1 deletion nvitop/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# pylint: disable=invalid-name

__version__ = '1.4.1'
__version__ = '1.4.2'
__license__ = 'GPL-3.0-only AND Apache-2.0'
__author__ = __maintainer__ = 'Xuehai Pan'
__email__ = '[email protected]'
Expand Down

0 comments on commit 9d64ea8

Please sign in to comment.