Skip to content

Commit 497c2f2

Browse files
committed
[build] Bump version to 4.9.1
Signed-off-by: Pavel Moravec <[email protected]>
1 parent 7f1aafa commit 497c2f2

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sos (4.9.1) unstable; urgency=medium
2+
3+
* New upstream release
4+
5+
-- Pavel Moravec <[email protected]> Tue, 15 Apr 2025 08:43:46 +0200
6+
17
sos (4.9.0) noble; urgency=medium
28

39
* New 4.9.0 upstream release

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
# built documents.
5959
#
6060
# The short X.Y version.
61-
version = '4.9.0'
61+
version = '4.9.1'
6262
# The full version, including alpha/beta/rc tags.
63-
release = '4.9.0'
63+
release = '4.9.1'
6464

6565
# The language for content autogenerated by Sphinx. Refer to documentation
6666
# for a list of supported languages.

sos.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: A set of tools to gather troubleshooting information from a system
22
Name: sos
3-
Version: 4.9.0
3+
Version: 4.9.1
44
Release: 1%{?dist}
55
Source0: https://github.com/sosreport/sos/archive/%{name}-%{version}.tar.gz
66
License: GPL-2.0-only
@@ -89,6 +89,9 @@ rm -rf %{buildroot}/usr/config/
8989
%config(noreplace) %{_sysconfdir}/sos/sos.conf
9090

9191
%changelog
92+
* Tue Apr 15 2025 Pavel Moravec <[email protected]> = 4.9.1
93+
- New upstream release
94+
9295
* Mon Feb 17 2025 Jake Hunsaker <[email protected]> = 4.9.0
9396
- New upstream release
9497

sos/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
This module houses the i18n setup and message function. The default is to use
1515
gettext to internationalize messages.
1616
"""
17-
__version__ = "4.9.0"
17+
__version__ = "4.9.1"
1818

1919
import os
2020
import sys

0 commit comments

Comments
 (0)