diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-02-14 23:20:20 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-02-14 23:20:20 -0500 |
commit | e6d40eb3b4e3535617018b5555b4826d1b4575c4 (patch) | |
tree | 8fd928badf90c6bdb9ea044872ba723ef91936ed | |
parent | 9a96073e50e50eaa5308f42c96c133aa5cece5d9 (diff) | |
download | sos-e6d40eb3b4e3535617018b5555b4826d1b4575c4.tar.gz |
[build] Bump version to 4.34.3
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
-rw-r--r-- | docs/conf.py | 4 | ||||
-rw-r--r-- | sos.spec | 2 | ||||
-rw-r--r-- | sos/__init__.py | 2 |
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. @@ -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 |