aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2023-03-31 12:53:47 -0400
committerJake Hunsaker <jhunsake@redhat.com>2023-03-31 12:53:47 -0400
commit252c97dc3eaf98368224ea14fdc1014bdf433d94 (patch)
tree963e8a6bb9aa0a3d8d35aceec6c08f9c5a4cae0b
parentb4dbe0bbb96c5fc356414e8aa447b42be2a17154 (diff)
downloadsos-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.py4
-rw-r--r--sos.spec6
-rw-r--r--sos/__init__.py2
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.
diff --git a/sos.spec b/sos.spec
index 9a933dbf..c803e51d 100644
--- a/sos.spec
+++ b/sos.spec
@@ -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