Skip to content

Commit fd8e57d

Browse files
committed
Release 0.6.1
1 parent e2b8f24 commit fd8e57d

File tree

11 files changed

+22
-16
lines changed

11 files changed

+22
-16
lines changed

doc/man/man1/sas_counters.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH SAS_COUNTERS 1 "2024-11-08" "0.6.0" "sasutils"
3+
.TH SAS_COUNTERS 1 "2024-11-11" "0.6.1" "sasutils"
44
.SH NAME
55
sas_counters \- show Serial Attached SCSI (SAS) counters
66
.

doc/man/man1/sas_devices.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH SAS_DEVICES 1 "2024-11-08" "0.6.0" "sasutils"
3+
.TH SAS_DEVICES 1 "2024-11-11" "0.6.1" "sasutils"
44
.SH NAME
55
sas_devices \- show Serial Attached SCSI (SAS) enclosures and devices
66
.

doc/man/man1/sas_discover.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH SAS_DISCOVER 1 "2024-11-08" "0.6.0" "sasutils"
3+
.TH SAS_DISCOVER 1 "2024-11-11" "0.6.1" "sasutils"
44
.SH NAME
55
sas_discover \- display Serial Attached SCSI (SAS) topology
66
.

doc/man/man1/ses_report.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" Man page generated from reStructuredText.
22
.
3-
.TH SES_REPORT 1 "2024-11-08" "0.6.0" "sasutils"
3+
.TH SES_REPORT 1 "2024-11-11" "0.6.1" "sasutils"
44
.SH NAME
55
ses_report \- SCSI Enclosure Services (SES) status and metrics reporting utility
66
.

doc/txt/sas_counters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) counters
77
----------------------------------------
88

99
:Author: Stephane Thiell <sthiell@stanford.edu>
10-
:Date: 2024-11-08
10+
:Date: 2024-11-11
1111
:Copyright: Apache License Version 2.0
12-
:Version: 0.6.0
12+
:Version: 0.6.1
1313
:Manual section: 1
1414
:Manual group: sasutils
1515

doc/txt/sas_devices.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ show Serial Attached SCSI (SAS) enclosures and devices
77
------------------------------------------------------
88

99
:Author: Stephane Thiell <sthiell@stanford.edu>
10-
:Date: 2024-11-08
10+
:Date: 2024-11-11
1111
:Copyright: Apache License Version 2.0
12-
:Version: 0.6.0
12+
:Version: 0.6.1
1313
:Manual section: 1
1414
:Manual group: sasutils
1515

doc/txt/sas_discover.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ display Serial Attached SCSI (SAS) topology
77
-------------------------------------------
88

99
:Author: Stephane Thiell <sthiell@stanford.edu>
10-
:Date: 2024-11-08
10+
:Date: 2024-11-11
1111
:Copyright: Apache License Version 2.0
12-
:Version: 0.6.0
12+
:Version: 0.6.1
1313
:Manual section: 1
1414
:Manual group: sasutils
1515

doc/txt/ses_report.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ SCSI Enclosure Services (SES) status and metrics reporting utility
77
------------------------------------------------------------------
88

99
:Author: Stephane Thiell <sthiell@stanford.edu>
10-
:Date: 2024-11-08
10+
:Date: 2024-11-11
1111
:Copyright: Apache License Version 2.0
12-
:Version: 0.6.0
12+
:Version: 0.6.1
1313
:Manual section: 1
1414
:Manual group: sasutils
1515

sasutils-el7.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sasutils
2-
Version: 0.6.0
2+
Version: 0.6.1
33
Release: 1%{?dist}
44
Summary: Serial Attached SCSI (SAS) utilities
55

@@ -52,6 +52,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/
5252
%license LICENSE.txt
5353

5454
%changelog
55+
* Mon Nov 11 2024 Stephane Thiell <sthiell@stanford.edu> 0.6.1-1
56+
- update version
57+
5558
* Fri Nov 8 2024 Stephane Thiell <sthiell@stanford.edu> 0.6.0-1
5659
- update version
5760

sasutils.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: sasutils
2-
Version: 0.6.0
2+
Version: 0.6.1
33
Release: 1%{?dist}
44
Summary: Serial Attached SCSI (SAS) utilities
55

@@ -52,6 +52,9 @@ install -p -m 0644 doc/man/man1/ses_report.1 %{buildroot}/%{_mandir}/man1/
5252
%license LICENSE.txt
5353

5454
%changelog
55+
* Mon Nov 11 2024 Stephane Thiell <sthiell@stanford.edu> 0.6.1-1
56+
- update version
57+
5558
* Fri Nov 8 2024 Stephane Thiell <sthiell@stanford.edu> 0.6.0-1
5659
- update version
5760

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022, 2023
2+
# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022, 2023, 2024
33
# The Board of Trustees of the Leland Stanford Junior University
44
# Written by Stephane Thiell <sthiell@stanford.edu>
55
#
@@ -17,7 +17,7 @@
1717

1818
from setuptools import setup, find_packages
1919

20-
VERSION = '0.6.0'
20+
VERSION = '0.6.1'
2121

2222
setup(name='sasutils',
2323
version=VERSION,

0 commit comments

Comments
 (0)