diff options
author | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-06-23 08:56:52 -0400 |
---|---|---|
committer | Jake Hunsaker <jacob.r.hunsaker@gmail.com> | 2023-06-23 08:56:52 -0400 |
commit | 291eea59e43293361ad6748037275d310f0e3e85 (patch) | |
tree | fa04fe6254d118a3dda76efd4325bce0c44f082b | |
parent | 9591c47f2bbca5edb331aaa008cab300e557f67a (diff) | |
download | sos-291eea59e43293361ad6748037275d310f0e3e85.tar.gz |
[build] Bump version to 4.5.5
This commit marks the release of sos-4.5.5.
Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.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 1ce37610..c501ecec 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.4' +version = '4.5.5' # The full version, including alpha/beta/rc tags. -release = '4.5.4' +release = '4.5.5' # 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.4 +Version: 4.5.5 Release: 1%{?dist} Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz License: GPL-2.0-or-later @@ -86,6 +86,9 @@ rm -rf %{buildroot}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Fri Jun 23 2023 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.5.5 +- New upstream release + * Fri May 26 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.4 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index 49213008..c5011365 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.4" +__version__ = "4.5.5" import os import sys |