Release 24.4.1
This commit is contained in:
parent
a58f78d7e8
commit
7a07a61fd8
2 changed files with 6 additions and 1 deletions
5
NEWS
5
NEWS
|
@ -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
|
||||
==============
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue