Skip to content

Commit 68d0d12

Browse files
committed
release prep
1 parent 02a0174 commit 68d0d12

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

GPUmodules/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__version__ = '3.7.5'
2-
#__status__ = 'Development Status :: 5 - Production/Stable'
3-
__status__ = 'Development Status :: 4 - Beta'
2+
__status__ = 'Development Status :: 5 - Production/Stable'
3+
#__status__ = 'Development Status :: 4 - Beta'
44
__author__ = 'RicksLab'
55
__credits__ = ('Craig Echt - Testing, Debug, Verification, and Documentation',
66
'Keith Myers - Testing, Debug, and Verification of NV Capability',

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ fan details from the utility. The *--force_write* option can be used to force al
123123
parameters to be written to the GPU. The default behavior is to only write changes. The
124124
*--verbose* option will display progress and informational messages generated by the utilities.
125125

126-
## New in Development - v3.7.5
126+
## New in Current Release - v3.7.5
127127

128-
* Fixed placement of read pstate data in *gpu-ls* for complete P-state details in the output.
128+
* Fixed placement of read P-state data in *gpu-ls* for complete P-state details in the output.
129129
* Improved implementation of Vddc Range for CurvePts type AMD GPU.
130130
* Optimized by GPU type skip lists.
131131
* 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.
159159

160160
## History
161161

162-
### New in Current Release - v3.7.4
162+
### New in Previous Release - v3.7.4
163163

164164
* Documentation updates.
165165
* Code clean up, simplification, and optimization.

0 commit comments

Comments
 (0)