From fd1e4148f67504405e866c74a2ff79894e1a8750 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Tue, 11 Apr 2023 13:28:16 +0000 Subject: [PATCH] ver: bump version to v1.1.2 --- CHANGELOG.md | 15 ++++++++++++--- README.md | 2 +- docs/source/index.rst | 2 +- nvitop/version.py | 2 +- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c0a14caf..8b82b6c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Further isolate the `CUDA_VISIBLE_DEVICE` parser in a subprocess by [@XuehaiPan](https://github.com/XuehaiPan) in [#70](https://github.com/XuehaiPan/nvitop/pull/70). +- ### Removed @@ -29,7 +29,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ------ -## [1.1.0] - 2023-04-07 +## [1.1.2] - 2023-04-11 + +### Fixed + +- Further isolate the `CUDA_VISIBLE_DEVICE` parser in a subprocess by [@XuehaiPan](https://github.com/XuehaiPan) in [#70](https://github.com/XuehaiPan/nvitop/pull/70). + +------ + +## [1.1.1] - 2023-04-07 ### Fixed @@ -66,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ------ -[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.1.1...HEAD +[Unreleased]: https://github.com/XuehaiPan/nvitop/compare/v1.1.2...HEAD +[1.1.2]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.1.2 [1.1.1]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.1.1 [1.1.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.1.0 [1.0.0]: https://github.com/XuehaiPan/nvitop/releases/tag/v1.0.0 diff --git a/README.md b/README.md index fc9388f9..9b9fdf41 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.1.1)): +Install the latest version from GitHub (![Commit Count](https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.1.2)): ```bash pip3 install --upgrade pip setuptools diff --git a/docs/source/index.rst b/docs/source/index.rst index 050d9e16..9f653a92 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.1.1 +.. |Commit Count| image:: https://img.shields.io/github/commits-since/XuehaiPan/nvitop/v1.1.2 ------ diff --git a/nvitop/version.py b/nvitop/version.py index 02d1e266..3ff50278 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.1.1' +__version__ = '1.1.2' __license__ = 'GPLv3' __author__ = __maintainer__ = 'Xuehai Pan' __email__ = 'XuehaiPan@pku.edu.cn'