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"
+1 -1
View File
@@ -89,7 +89,7 @@ class MyModule(Module):
return [
UserPackage(
pkgname="decman-git",
version="0.3.4",
version="0.4.0",
provides=["decman"],
dependencies=[
"python",
+1 -1
View File
@@ -57,7 +57,7 @@ decman.config.makepkg_user = "kk"
decman.user_packages.append(
UserPackage(
pkgname="decman-git",
version="0.3.4",
version="0.4.0",
provides=["decman"],
dependencies=[
"python",
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "decman"
version = "0.3.4"
version = "0.4.0"
description = "Declarative package & configuration manager for Arch Linux."
license = {file = "LICENSE"}
authors = [