Skip to content

Commit 5e04e16

Browse files
committed
Release 1.39.0
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 parent ca8a703 commit 5e04e16

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
tuxmake (1.39.0-1) UNRELEASED; urgency=medium
2+
3+
* Release 1.39.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.39.0
4+
5+
-- Anders Roxell <anders.roxell@linaro.org> Mon, 13 Apr 2026 08:59:06 +0200
6+
17
tuxmake (1.38.0-1) UNRELEASED; urgency=medium
28

39
* Release 1.38.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.38.0

tuxmake.PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=tuxmake
2-
pkgver=1.38.0
2+
pkgver=1.39.0
33
pkgrel=1
44
pkgdesc='Thin wrapper to build Linux kernels'
55
url='https://tuxmake.org/'

tuxmake.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tuxmake
2-
Version: 1.38.0
2+
Version: 1.39.0
33
Release: 0%{?dist}
44
Summary: Thin wrapper to build Linux kernels
55
License: Expat
@@ -63,6 +63,9 @@ install -m 644 bash_completion/tuxmake %{buildroot}/usr/share/bash-completion/co
6363
%license LICENSE
6464

6565
%changelog
66+
* Mon Apr 13 2026 Anders Roxell <anders.roxell@linaro.org> - 1.39.0-1
67+
- Release 1.39.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.39.0
68+
6669
* Wed Apr 08 2026 Anders Roxell <anders.roxell@linaro.org> - 1.38.0-1
6770
- Release 1.38.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.38.0
6871

tuxmake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Thin wrapper to build Linux kernels
33
"""
44

5-
__version__ = "1.38.0"
5+
__version__ = "1.39.0"

0 commit comments

Comments
 (0)