From ecb8a4073175300ec90d7a71a1130fdaa2602a5e Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Mon, 6 Apr 2020 12:18:07 -1000 Subject: [PATCH] release: v0.4.1 Patrick Decat (2): Do not try to merge profiles when none were found Add path information to 19.07 and 18.06 release versions Paul Spooren (5): fixup: set job timeout to 5 minutes fixup: Correct sig_file_headers debug print fixup: replace timeout with job_timeout build: adapt to new profiles.json fixup: use new OpenWrt CDN Signed-off-by: Paul Spooren --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2e08b08..c3b97df8 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="asu", - version="0.4.0", + version="0.4.1", url="https://github.com/aparcar/asu", maintainer="Paul Spooren", maintainer_email="mail@aparcar.org",