From 4e67ba05ecaa5de31acee23ca262cb281cab2460 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Thu, 4 Jul 2024 16:42:34 +0800 Subject: [PATCH] ver: bump version to v1.3.3 --- CHANGELOG.md | 19 ++++++++++++++++--- 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, 21 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81058edb..05896b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,11 +17,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Refactor setup scripts by [@XuehaiPan](https://github.com/XuehaiPan). +- ### Fixed -- Gracefully ignore UTF-8 decoding errors by [@XuehaiPan](https://github.com/XuehaiPan). +- ### Removed @@ -29,6 +29,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ------ +## [1.3.3] - 2024-07-04 + +### Changed + +- Refactor setup scripts by [@XuehaiPan](https://github.com/XuehaiPan). + +### Fixed + +- Gracefully ignore UTF-8 decoding errors by [@XuehaiPan](https://github.com/XuehaiPan). + +------ + ## [1.3.2] - 2023-10-17 ### Added @@ -127,7 +139,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ------ -[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.3.2...HEAD +[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.3.3...HEAD +[1.3.3]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.3 [1.3.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.2 [1.3.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.1 [1.3.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.3.0 diff --git a/README.md b/README.md index c88c98ae..a0f9d0d0 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,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.3.2)): +Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.3.3)): ```bash pip3 install --upgrade pip setuptools diff --git a/docs/source/index.rst b/docs/source/index.rst index 7619c7c3..b5ba6f9d 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.3.2 +.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.3.3 ------ diff --git a/nvitop-exporter/nvitop_exporter/version.py b/nvitop-exporter/nvitop_exporter/version.py index 2f7eb0a7..9f761704 100644 --- a/nvitop-exporter/nvitop_exporter/version.py +++ b/nvitop-exporter/nvitop_exporter/version.py @@ -16,7 +16,7 @@ # ============================================================================== """Prometheus exporter built on top of ``nvitop``.""" -__version__ = '1.3.2' +__version__ = '1.3.3' __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 eaea50fc..92025cef 100644 --- a/nvitop-exporter/pyproject.toml +++ b/nvitop-exporter/pyproject.toml @@ -47,7 +47,7 @@ classifiers = [ ] dependencies = [ # Sync with nvitop/version.py and requirements.txt - "nvitop == 1.3.2", + "nvitop == 1.3.3", "prometheus-client >= 0.4.0", ] dynamic = ["version"] diff --git a/nvitop/version.py b/nvitop/version.py index 1cfe0425..a86c8466 100644 --- a/nvitop/version.py +++ b/nvitop/version.py @@ -16,7 +16,7 @@ # ============================================================================== """An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management.""" -__version__ = '1.3.2' +__version__ = '1.3.3' __license__ = 'GPL-3.0-only AND Apache-2.0' __author__ = __maintainer__ = 'Xuehai Pan' __email__ = 'XuehaiPan@pku.edu.cn'