From 52358a4f5d02347faea879dc330990311fb5ea74 Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Thu, 19 Mar 2020 22:30:45 -1000 Subject: [PATCH] release: v0.4.0 Important commits: 5b08a64 Add manifest to build response 4e8bc46 add GitHub actions 5c743d2 Create LICENSE 1737414 Add initial documentation via `mkdocs` 9da1e94 Implement branch system for versions 595a412 fixup: empty package list and diff_packages name afcfb4b build: implement `diff_packages` Signed-off-by: Paul Spooren --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14c6d11b..b8c3a8e7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![codecov](https://codecov.io/gh/aparcar/asu/branch/master/graph/badge.svg)](https://codecov.io/gh/aparcar/asu) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![PyPi](https://badge.fury.io/py/asu.svg)](https://badge.fury.io/py/asu) This project intends to simplify the sysupgrade process of devices running OpenWrt or distributions based on the former like LibreMesh. The provided tools diff --git a/setup.py b/setup.py index 500a07b9..e2e08b08 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="asu", - version="0.3.0", + version="0.4.0", url="https://github.com/aparcar/asu", maintainer="Paul Spooren", maintainer_email="mail@aparcar.org",