Skip to content

Commit

Permalink
[build] Bump version to 4.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Hunsaker <jacob.r.hunsaker@gmail.com>
  • Loading branch information
TurboTurtle committed Aug 17, 2023
1 parent 1d4a6b1 commit c1e0741
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
Expand Up @@ -59,9 +59,9 @@
# built documents.
#
# The short X.Y version.
version = '4.5.6'
version = '4.6.0'
# The full version, including alpha/beta/rc tags.
release = '4.5.6'
release = '4.6.0'

# 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
@@ -1,6 +1,6 @@
Summary: A set of tools to gather troubleshooting information from a system
Name: sos
Version: 4.5.6
Version: 4.6.0
Release: 1%{?dist}
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
License: GPL-2.0-or-later
Expand Down Expand Up @@ -86,6 +86,9 @@ rm -rf %{buildroot}/usr/config/
%config(noreplace) %{_sysconfdir}/sos/sos.conf

%changelog
* Thu Aug 17 2023 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.6.0
- New upstream release

* Thu Jul 20 2023 Jake Hunsaker <jacob.r.hunsaker@gmail.com> = 4.5.6
- 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.6"
__version__ = "4.6.0"

import os
import sys
Expand Down

0 comments on commit c1e0741

Please sign in to comment.