Skip to content

Commit

Permalink
bump version to 0.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
thiell committed Nov 15, 2021
1 parent 567be94 commit 73f7bd0
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion doc/man/man1/sas_counters.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH SAS_COUNTERS 1 "2021-11-12" "0.3.11" "sasutils"
.TH SAS_COUNTERS 1 "2021-11-15" "0.3.12" "sasutils"
.SH NAME
sas_counters \- show Serial Attached SCSI (SAS) counters
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/sas_devices.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH SAS_DEVICES 1 "2021-11-12" "0.3.11" "sasutils"
.TH SAS_DEVICES 1 "2021-11-15" "0.3.12" "sasutils"
.SH NAME
sas_devices \- show Serial Attached SCSI (SAS) enclosures and devices
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/sas_discover.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH SAS_DISCOVER 1 "2021-11-12" "0.3.11" "sasutils"
.TH SAS_DISCOVER 1 "2021-11-15" "0.3.12" "sasutils"
.SH NAME
sas_discover \- display Serial Attached SCSI (SAS) topology
.
Expand Down
2 changes: 1 addition & 1 deletion doc/man/man1/ses_report.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH SES_REPORT 1 "2021-11-12" "0.3.11" "sasutils"
.TH SES_REPORT 1 "2021-11-15" "0.3.12" "sasutils"
.SH NAME
ses_report \- SCSI Enclosure Services (SES) status and metrics reporting utility
.
Expand Down
4 changes: 2 additions & 2 deletions doc/txt/sas_counters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) counters
----------------------------------------

:Author: Stephane Thiell <[email protected]>
:Date: 2021-11-12
:Date: 2021-11-15
:Copyright: Apache License Version 2.0
:Version: 0.3.11
:Version: 0.3.12
:Manual section: 1
:Manual group: sasutils

Expand Down
4 changes: 2 additions & 2 deletions doc/txt/sas_devices.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) enclosures and devices
------------------------------------------------------

:Author: Stephane Thiell <[email protected]>
:Date: 2021-11-12
:Date: 2021-11-15
:Copyright: Apache License Version 2.0
:Version: 0.3.11
:Version: 0.3.12
:Manual section: 1
:Manual group: sasutils

Expand Down
4 changes: 2 additions & 2 deletions doc/txt/sas_discover.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ display Serial Attached SCSI (SAS) topology
-------------------------------------------

:Author: Stephane Thiell <[email protected]>
:Date: 2021-11-12
:Date: 2021-11-15
:Copyright: Apache License Version 2.0
:Version: 0.3.11
:Version: 0.3.12
:Manual section: 1
:Manual group: sasutils

Expand Down
4 changes: 2 additions & 2 deletions doc/txt/ses_report.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ SCSI Enclosure Services (SES) status and metrics reporting utility
------------------------------------------------------------------

:Author: Stephane Thiell <[email protected]>
:Date: 2021-11-12
:Date: 2021-11-15
:Copyright: Apache License Version 2.0
:Version: 0.3.11
:Version: 0.3.12
:Manual section: 1
:Manual group: sasutils

Expand Down
5 changes: 4 additions & 1 deletion sasutils-el7.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sasutils
Version: 0.3.11
Version: 0.3.12
Release: 1%{?dist}
Summary: Serial Attached SCSI (SAS) utilities

Expand Down Expand Up @@ -51,6 +51,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/
%license LICENSE.txt

%changelog
* Mon Nov 15 2021 Stephane Thiell <[email protected]> 0.3.12-1
- update version

* Fri Nov 12 2021 Stephane Thiell <[email protected]> 0.3.11-1
- update version

Expand Down
5 changes: 4 additions & 1 deletion sasutils.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: sasutils
Version: 0.3.11
Version: 0.3.12
Release: 1%{?dist}
Summary: Serial Attached SCSI (SAS) utilities

Expand Down Expand Up @@ -51,6 +51,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/
%license LICENSE.txt

%changelog
* Mon Nov 15 2021 Stephane Thiell <[email protected]> 0.3.12-1
- update version

* Fri Nov 12 2021 Stephane Thiell <[email protected]> 0.3.11-1
- update version

Expand Down
2 changes: 1 addition & 1 deletion sasutils/sysfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def iterget(self, pathname, ignore_errors, absolute=False):
try:
data = data.decode("utf-8").strip()
except UnicodeDecodeError:
data = data
pass
yield data
except IOError as exc:
if not ignore_errors:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.3.11'
VERSION = '0.3.12'

setup(name='sasutils',
version=VERSION,
Expand Down

0 comments on commit 73f7bd0

Please sign in to comment.