diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2023-05-26 13:02:49 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-05-26 13:02:49 -0400 |
commit | 0af21a2afbd9f740c8e9488088ba1e8a4af1d981 (patch) | |
tree | 1deff65961996462fc1ee8ba91411550b6eb0884 | |
parent | 30bffd42c34f0c91670f26ae75e65a0ad0574507 (diff) | |
download | sos-0af21a2afbd9f740c8e9488088ba1e8a4af1d981.tar.gz |
[build] Bump version to 4.5.4
This commit marks the release of sos-4.5.4
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | sos.spec | 5 | ||||
-rw-r--r-- | sos/__init__.py | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 53bcf342..1ce37610 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,9 +59,9 @@ copyright = '2014, Bryn Reeves' # built documents. # # The short X.Y version. -version = '4.5.3' +version = '4.5.4' # The full version, including alpha/beta/rc tags. -release = '4.5.3' +release = '4.5.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -1,6 +1,6 @@ Summary: A set of tools to gather troubleshooting information from a system Name: sos -Version: 4.5.3 +Version: 4.5.4 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz @@ -65,6 +65,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Fri May 26 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.4 +- New upstream release + * Fri Apr 28 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.3 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index 4be2df22..49213008 100644 --- a/sos/__init__.py +++ b/sos/__init__.py @@ -14,7 +14,7 @@ This module houses the i18n setup and message function. The default is to use gettext to internationalize messages. """ -__version__ = "4.5.3" +__version__ = "4.5.4" import os import sys |