Release v0.4.0

This commit is contained in:
Kivi Kaitaniemi
2025-12-10 00:34:57 +02:00
parent 70306ce2ac
commit 409146cf14
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -171,7 +171,7 @@ decman.user_packages.append(
decman.UserPackage(
pkgname="decman-git",
provides=["decman"],
version="0.3.4",
version="0.4.0",
dependencies=["python", "python-requests", "devtools", "pacman", "systemd", "git"],
make_dependencies=[
"python-setuptools", "python-build", "python-installer", "python-wheel"
@@ -303,7 +303,7 @@ user_packages = [{
# Also, this example may be out of date
pkgname="decman-git",
provides=["decman"],
version="0.3.4",
version="0.4.0",
dependencies=["python", "python-requests", "devtools", "pacman", "systemd", "git"],
make_dependencies=[
"python-setuptools", "python-build", "python-installer", "python-wheel"