Bump version tool:2.3.1+hash

Signed-off-by: Maisam Arif <Maisam.Arif@amd.com>
Change-Id: Ic67456d7484c2f5a0ce0e086e56b29e20d9d9745
Esse commit está contido em:
Maisam Arif
2024-08-08 01:40:55 -05:00
commit 055b023d2e
2 arquivos alterados com 4 adições e 3 exclusões
+3 -2
Ver Arquivo
@@ -4,7 +4,7 @@ Full documentation for rocm_smi_lib is available at [https://rocm.docs.amd.com/]
***All information listed below is for reference and subject to change.***
## rocm_smi_lib for ROCm 6.3
## rocm_smi_lib for ROCm 6.2.1
### Added
@@ -16,7 +16,8 @@ Full documentation for rocm_smi_lib is available at [https://rocm.docs.amd.com/]
### Optimized
- N/A
- **Improved handling of UnicodeEncodeErrors with non UTF-8 locales**
Non UTF-8 locales were causing crashing on UTF-8 special characters
### Fixed
+1 -1
Ver Arquivo
@@ -50,7 +50,7 @@ except ImportError:
# Hash version - Shortened commit hash. Print here and not with lib for consistency with amd-smi
SMI_MAJ = 2
SMI_MIN = 3
SMI_PAT = 0
SMI_PAT = 1
# SMI_HASH is provided by rsmiBindings
__version__ = '%s.%s.%s+%s' % (SMI_MAJ, SMI_MIN, SMI_PAT, SMI_HASH)