diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2023-04-28 13:16:21 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-04-28 13:16:21 -0400 |
commit | e791938b0a4ccac85a0a484e196ece16a3e0e787 (patch) | |
tree | 408f3cdbd749d6ab9c11f224a7c42f3816c123d4 | |
parent | 5409ce346e487cad8800a3c072d443b39d1420a8 (diff) | |
download | sos-e791938b0a4ccac85a0a484e196ece16a3e0e787.tar.gz |
[build] Bump version to 4.5.3
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 9322dee3..53bcf342 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.2' +version = '4.5.3' # The full version, including alpha/beta/rc tags. -release = '4.5.2' +release = '4.5.3' # 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.2 +Version: 4.5.3 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz @@ -64,6 +64,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Fri Apr 28 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.3 +- New upstream release + * Fri Mar 31 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.2 - New upstream release - Migrated to SPDX license diff --git a/sos/__init__.py b/sos/__init__.py index c2bd91d7..4be2df22 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.2" +__version__ = "4.5.3" import os import sys |