From 68d0d121365e3a0ccbcfb94aee7c25e70c037042 Mon Sep 17 00:00:00 2001 From: Rick Date: Thu, 2 Jun 2022 08:06:06 +0800 Subject: [PATCH] release prep --- GPUmodules/__init__.py | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/GPUmodules/__init__.py b/GPUmodules/__init__.py index 910cd88..7baeba5 100644 --- a/GPUmodules/__init__.py +++ b/GPUmodules/__init__.py @@ -1,6 +1,6 @@ __version__ = '3.7.5' -#__status__ = 'Development Status :: 5 - Production/Stable' -__status__ = 'Development Status :: 4 - Beta' +__status__ = 'Development Status :: 5 - Production/Stable' +#__status__ = 'Development Status :: 4 - Beta' __author__ = 'RicksLab' __credits__ = ('Craig Echt - Testing, Debug, Verification, and Documentation', 'Keith Myers - Testing, Debug, and Verification of NV Capability', diff --git a/README.md b/README.md index 85a9c86..8eeb954 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,9 @@ fan details from the utility. The *--force_write* option can be used to force al parameters to be written to the GPU. The default behavior is to only write changes. The *--verbose* option will display progress and informational messages generated by the utilities. -## New in Development - v3.7.5 +## New in Current Release - v3.7.5 -* Fixed placement of read pstate data in *gpu-ls* for complete P-state details in the output. +* Fixed placement of read P-state data in *gpu-ls* for complete P-state details in the output. * Improved implementation of Vddc Range for CurvePts type AMD GPU. * Optimized by GPU type skip lists. * Disable clock and voltage range reading/displaying when pp_od_clk_voltage reading is not possible. @@ -159,7 +159,7 @@ interface shows actual values instead of set values. ## History -### New in Current Release - v3.7.4 +### New in Previous Release - v3.7.4 * Documentation updates. * Code clean up, simplification, and optimization.