From 9d64ea83aa765b882529976966dc03dcba12be58 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Mon, 27 Jan 2025 01:35:26 +0800 Subject: [PATCH] ver: bump version to v1.4.2 --- CHANGELOG.md | 11 ++++++++++- README.md | 2 +- docs/source/index.rst | 2 +- nvitop-exporter/nvitop_exporter/version.py | 2 +- nvitop-exporter/pyproject.toml | 2 +- nvitop/version.py | 2 +- 6 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6b88bc3..60bfa2b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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 diff --git a/README.md b/README.md index a37ee6d4..594d86ba 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/source/index.rst b/docs/source/index.rst index 12e9e644..de65a325 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 ------ diff --git a/nvitop-exporter/nvitop_exporter/version.py b/nvitop-exporter/nvitop_exporter/version.py index 4e6eccda..fd20a06b 100644 --- a/nvitop-exporter/nvitop_exporter/version.py +++ b/nvitop-exporter/nvitop_exporter/version.py @@ -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__ = 'XuehaiPan@pku.edu.cn' diff --git a/nvitop-exporter/pyproject.toml b/nvitop-exporter/pyproject.toml index 6da9b2aa..ed89d8d1 100644 --- a/nvitop-exporter/pyproject.toml +++ b/nvitop-exporter/pyproject.toml @@ -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"] diff --git a/nvitop/version.py b/nvitop/version.py index f3d8378f..84617f87 100644 --- a/nvitop/version.py +++ b/nvitop/version.py @@ -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__ = 'XuehaiPan@pku.edu.cn'