Release 24.4.1

This commit is contained in:
Fabio Valentini 2023-09-30 15:50:10 +02:00
parent a58f78d7e8
commit 7a07a61fd8
No known key found for this signature in database
GPG key ID: 5AC5F572E5D410AF
2 changed files with 6 additions and 1 deletions

5
NEWS
View file

@ -1,5 +1,10 @@
rust2rpm
Version 24.4.1
==============
This release fixes harmless test failures with cargo2rpm v0.1.8 and newer.
Version 24.4.0
==============

View file

@ -10,7 +10,7 @@ from rust2rpm import licensing
# release of the last minor version.
#
# Only the major version is included in the header of generated spec files.
__version__ = "24.4.0"
__version__ = "24.4.1"
TARGET_ARCHES = [
"x86_64",