Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiell committed Nov 12, 2024
1 parent e2b8f24 commit fd8e57d
Show file tree
Hide file tree
Showing 11 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 "2024-11-08" "0.6.0" "sasutils"
.TH SAS_COUNTERS 1 "2024-11-11" "0.6.1" "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 "2024-11-08" "0.6.0" "sasutils"
.TH SAS_DEVICES 1 "2024-11-11" "0.6.1" "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 "2024-11-08" "0.6.0" "sasutils"
.TH SAS_DISCOVER 1 "2024-11-11" "0.6.1" "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 "2024-11-08" "0.6.0" "sasutils"
.TH SES_REPORT 1 "2024-11-11" "0.6.1" "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: 2024-11-08
:Date: 2024-11-11
:Copyright: Apache License Version 2.0
:Version: 0.6.0
:Version: 0.6.1
: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: 2024-11-08
:Date: 2024-11-11
:Copyright: Apache License Version 2.0
:Version: 0.6.0
:Version: 0.6.1
: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: 2024-11-08
:Date: 2024-11-11
:Copyright: Apache License Version 2.0
:Version: 0.6.0
:Version: 0.6.1
: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: 2024-11-08
:Date: 2024-11-11
:Copyright: Apache License Version 2.0
:Version: 0.6.0
:Version: 0.6.1
: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.6.0
Version: 0.6.1
Release: 1%{?dist}
Summary: Serial Attached SCSI (SAS) utilities

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

%changelog
* Mon Nov 11 2024 Stephane Thiell <[email protected]> 0.6.1-1
- update version

* Fri Nov 8 2024 Stephane Thiell <[email protected]> 0.6.0-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.6.0
Version: 0.6.1
Release: 1%{?dist}
Summary: Serial Attached SCSI (SAS) utilities

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

%changelog
* Mon Nov 11 2024 Stephane Thiell <[email protected]> 0.6.1-1
- update version

* Fri Nov 8 2024 Stephane Thiell <[email protected]> 0.6.0-1
- update version

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022, 2023
# Copyright (C) 2016, 2017, 2018, 2019, 2021, 2022, 2023, 2024
# The Board of Trustees of the Leland Stanford Junior University
# Written by Stephane Thiell <[email protected]>
#
Expand All @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.6.0'
VERSION = '0.6.1'

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

0 comments on commit fd8e57d

Please sign in to comment.