diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2023-03-31 12:53:47 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2023-03-31 12:53:47 -0400 |
commit | 252c97dc3eaf98368224ea14fdc1014bdf433d94 (patch) | |
tree | 963e8a6bb9aa0a3d8d35aceec6c08f9c5a4cae0b | |
parent | b4dbe0bbb96c5fc356414e8aa447b42be2a17154 (diff) | |
download | sos-252c97dc3eaf98368224ea14fdc1014bdf433d94.tar.gz |
[build] Bump version to 4.5.24.5.2
This commits marks the release of sos-4.5.2
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | sos.spec | 6 | ||||
-rw-r--r-- | sos/__init__.py | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index e6017d9e..9322dee3 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.1' +version = '4.5.2' # The full version, including alpha/beta/rc tags. -release = '4.5.1' +release = '4.5.2' # 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.1 +Version: 4.5.2 Release: 1%{?dist} Group: Applications/System Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz @@ -64,6 +64,10 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/ %config(noreplace) %{_sysconfdir}/sos/sos.conf %changelog +* Fri Mar 31 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.2 +- New upstream release +- Migrated to SPDX license + * Wed Mar 01 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.1 - New upstream release diff --git a/sos/__init__.py b/sos/__init__.py index 1822c8c4..c2bd91d7 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.1" +__version__ = "4.5.2" import os import sys |