Skip to content

Commit a8e3c09

Browse files
committed
version bump and release 1.2.1
1 parent dd4de68 commit a8e3c09

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 1.2.1
2+
=============
3+
- Fixed some issues with scsi devices parsing ([#51](https://github.com/truenas/py-SMART/issues/51))
4+
- Fixed some issues with ATA attributes parsing on ssd+usb+arm devices ([#50](https://github.com/truenas/py-SMART/issues/50)
5+
- Removed support for python 3.6 (just for testing convenience, probably it will still works for months)
6+
17
Version 1.2.0
28
=============
39
- Added property *vendor* to *Device* object

pySMART/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
# autopep8: on
153153

154154

155-
__version__ = '1.2.0'
155+
__version__ = '1.2.1'
156156
__all__ = [
157157
'TestEntry', 'Attribute', 'utils', 'SMARTCTL', 'DeviceList', 'Device',
158158
'smart_health_assement'

0 commit comments

Comments
 (0)