Skip to content

Commit 8faa54d

Browse files
committed
Release 2.5.0
1 parent 0d3cef7 commit 8faa54d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.packit/rpmlint.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%{!?python3: %global python3 %{__python3}}
22

33
Name: rpmlint
4-
Version: 2.4.0
4+
Version: 2.5.0
55
Release: 0%{?dist}
66
Summary: Tool for checking common errors in RPM packages
77

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66

77
[project]
88
name = "rpmlint"
9-
version = "2.4.0"
9+
version = "2.5.0"
1010
description = "Check for common errors in RPM packages"
1111
license = {text = "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)"}
1212
authors = [
@@ -75,7 +75,7 @@ include-package-data = true
7575

7676
[tool.setuptools.package-data]
7777
rpmlint = ["configdefaults.toml"]
78-
"rpmlint.descriptions" = ["*.toml"]
78+
"rpmlint.descriptions" = ["*.toml"]
7979

8080
[tool.ruff]
8181

0 commit comments

Comments
 (0)