aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2021-02-25 13:44:53 -0500
committerJake Hunsaker <jhunsake@redhat.com>2021-02-25 13:46:49 -0500
commitc6983dbd26f87a935bde468b3879daeed59a085b (patch)
tree51cb4bf989757dad87a60cb9f30d4c0b613c0fa2
parentabf492d65318d8aab2a544507b6301977cfbb037 (diff)
downloadsos-c6983dbd26f87a935bde468b3879daeed59a085b.tar.gz
[sos] Bump version to 4.14.1
This commit represents the release of sos-4.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 c3f126fb..0a84f9f5 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.0'
+version = '4.1'
# The full version, including alpha/beta/rc tags.
-release = '4.0'
+release = '4.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 82213e08..b96f3378 100644
--- a/sos.spec
+++ b/sos.spec
@@ -2,7 +2,7 @@
Summary: A set of tools to gather troubleshooting information from a system
Name: sos
-Version: 4.0
+Version: 4.1
Release: 1%{?dist}
Group: Applications/System
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
@@ -61,6 +61,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/
%config(noreplace) %{_sysconfdir}/sos/sos.conf
%changelog
+* Thu Feb 25 2021 Jake Hunsaker <jhunsake@redhat.com> = 4.1
+- New upstream release
+
* Mon Aug 17 2020 Jake Hunsaker <jhunsake@redhat.com> = 4.0
- New upstream release
diff --git a/sos/__init__.py b/sos/__init__.py
index 1363e2da..aa6aee9b 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.0"
+__version__ = "4.1"
import os
import sys