aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2023-03-01 13:03:10 -0500
committerJake Hunsaker <jhunsake@redhat.com>2023-03-01 13:03:10 -0500
commitc423223af3321a3e914f6c42d025faba2e40e7a7 (patch)
tree6e0dcdc03eaf174195875d012d03d7087fec6f2f
parent82a6e68217aa95e4453b4f96431db730705c0800 (diff)
downloadsos-c423223af3321a3e914f6c42d025faba2e40e7a7.tar.gz
[build] Bump version to 4.5.14.5.1
This commit marks the release of sos-4.5.1 Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r--docs/conf.py4
-rw-r--r--sos.spec5
-rw-r--r--sos/__init__.py2
3 files changed, 7 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 82cefd49..e6017d9e 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.0'
+version = '4.5.1'
# The full version, including alpha/beta/rc tags.
-release = '4.5.0'
+release = '4.5.1'
# 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 e5faa52d..496e934b 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.0
+Version: 4.5.1
Release: 1%{?dist}
Group: Applications/System
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
@@ -63,6 +63,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/
%config(noreplace) %{_sysconfdir}/sos/sos.conf
%changelog
+* Wed Mar 01 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.1
+- New upstream release
+
* Wed Feb 01 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.0
- New upstream release
diff --git a/sos/__init__.py b/sos/__init__.py
index 1bfe640c..1822c8c4 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.0"
+__version__ = "4.5.1"
import os
import sys