Skip to content

Commit

Permalink
[build] Bump version to 4.2
Browse files Browse the repository at this point in the history
This commit marks the relase of sos-4.2

Signed-off-by: Jake Hunsaker <[email protected]>
  • Loading branch information
TurboTurtle committed Aug 16, 2021
1 parent dd803bd commit b96926f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '4.1'
version = '4.2'
# The full version, including alpha/beta/rc tags.
release = '4.1'
release = '4.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
5 changes: 4 additions & 1 deletion sos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Summary: A set of tools to gather troubleshooting information from a system
Name: sos
Version: 4.1
Version: 4.2
Release: 1%{?dist}
Group: Applications/System
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -60,6 +60,9 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/
%config(noreplace) %{_sysconfdir}/sos/sos.conf

%changelog
* Mon Aug 16 2021 Jake Hunsaker <[email protected]> = 4.2
- New upstream release

* Thu Feb 25 2021 Jake Hunsaker <[email protected]> = 4.1
- New upstream release

Expand Down
2 changes: 1 addition & 1 deletion sos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
This module houses the i18n setup and message function. The default is to use
gettext to internationalize messages.
"""
__version__ = "4.1"
__version__ = "4.2"

import os
import sys
Expand Down

0 comments on commit b96926f

Please sign in to comment.