Skip to content

Commit

Permalink
Added version 1.2.4 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Mar 28, 2023
1 parent 769c010 commit 3610f6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Version 1.2.4
=============

- [dev tools] Test reorganization
- [dev tools] Added new tests (issues [#46](https://github.com/truenas/py-SMART/issues/46))
- Fixed parsing of NVMe devices on some systems / languages (issue [#63](https://github.com/truenas/py-SMART/issues/63))
- Fixed parsing of NVMe tests on smartmontools >=7.4 (issue [#64](https://github.com/truenas/py-SMART/issues/64))

Version 1.2.3
=============
Expand Down
2 changes: 1 addition & 1 deletion pySMART/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
# autopep8: on


__version__ = '1.2.3'
__version__ = '1.2.4'
__all__ = [
'TestEntry', 'Attribute', 'utils', 'SMARTCTL', 'DeviceList', 'Device',
'smart_health_assement'
Expand Down

0 comments on commit 3610f6a

Please sign in to comment.