aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2022-02-14 23:20:20 -0500
committerJake Hunsaker <jhunsake@redhat.com>2022-02-14 23:20:20 -0500
commite6d40eb3b4e3535617018b5555b4826d1b4575c4 (patch)
tree8fd928badf90c6bdb9ea044872ba723ef91936ed
parent9a96073e50e50eaa5308f42c96c133aa5cece5d9 (diff)
downloadsos-e6d40eb3b4e3535617018b5555b4826d1b4575c4.tar.gz
[build] Bump version to 4.34.3
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r--docs/conf.py4
-rw-r--r--sos.spec2
-rw-r--r--sos/__init__.py2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py
index cdde5a81..28858e28 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.2'
+version = '4.3'
# The full version, including alpha/beta/rc tags.
-release = '4.2'
+release = '4.3'
# 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 e7473077..c815ce50 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.2
+Version: 4.3
Release: 1%{?dist}
Group: Applications/System
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
diff --git a/sos/__init__.py b/sos/__init__.py
index 3da13d0e..023e57e3 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.2"
+__version__ = "4.3"
import os
import sys