aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jacob.r.hunsaker@gmail.com>2023-07-20 17:38:49 -0400
committerJake Hunsaker <jacob.r.hunsaker@gmail.com>2023-07-20 17:38:49 -0400
commita660c4f160f020c32f8eb2ee5412c54404528ca7 (patch)
tree252047d2f049cf6b2cfada764ed3673820e3aaa0
parentcdf78fe26d3cdeb94dc45484fa66bf58d886500d (diff)
downloadsos-a660c4f160f020c32f8eb2ee5412c54404528ca7.tar.gz
[build] Bump version to 4.5.6
This commit marks the release of sos-4.5.6. Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.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 c501ecec..926dd919 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.5'
+version = '4.5.6'
# The full version, including alpha/beta/rc tags.
-release = '4.5.5'
+release = '4.5.6'
# 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 9ad95535..8c84b6e2 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.5
+Version: 4.5.6
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
+* Thu Jul 20 2023 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.5.6
+- New upstream release
+
* Fri Jun 23 2023 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.5.5
- New upstream release
diff --git a/sos/__init__.py b/sos/__init__.py
index c5011365..148cc9e7 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.5"
+__version__ = "4.5.6"
import os
import sys