Skip to content

Commit

Permalink
Release 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Oct 20, 2023
1 parent 0d3cef7 commit 8faa54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .packit/rpmlint.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%{!?python3: %global python3 %{__python3}}

Name: rpmlint
Version: 2.4.0
Version: 2.5.0
Release: 0%{?dist}
Summary: Tool for checking common errors in RPM packages

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

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

[tool.setuptools.package-data]
rpmlint = ["configdefaults.toml"]
"rpmlint.descriptions" = ["*.toml"]
"rpmlint.descriptions" = ["*.toml"]

[tool.ruff]

Expand Down

0 comments on commit 8faa54d

Please sign in to comment.