Skip to content

Commit

Permalink
[build] Bump version to 4.5.2
Browse files Browse the repository at this point in the history
This commits marks the release of sos-4.5.2

Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
  • Loading branch information
TurboTurtle committed Mar 31, 2023
1 parent b4dbe0b commit 252c97d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '4.5.1'
version = '4.5.2'
# The full version, including alpha/beta/rc tags.
release = '4.5.1'
release = '4.5.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
6 changes: 5 additions & 1 deletion sos.spec
@@ -1,6 +1,6 @@
Summary: A set of tools to gather troubleshooting information from a system
Name: sos
Version: 4.5.1
Version: 4.5.2
Release: 1%{?dist}
Group: Applications/System
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
Expand Down Expand Up @@ -64,6 +64,10 @@ rm -rf ${RPM_BUILD_ROOT}/usr/config/
%config(noreplace) %{_sysconfdir}/sos/sos.conf

%changelog
* Fri Mar 31 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.2
- New upstream release
- Migrated to SPDX license

* Wed Mar 01 2023 Jake Hunsaker <jhunsake@redhat.com> = 4.5.1
- New upstream release

Expand Down
2 changes: 1 addition & 1 deletion sos/__init__.py
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.5.1"
__version__ = "4.5.2"

import os
import sys
Expand Down

0 comments on commit 252c97d

Please sign in to comment.