Skip to content

Commit 52358a4

Browse files
committed
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 <mail@aparcar.org>
1 parent 84faef5 commit 52358a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![codecov](https://codecov.io/gh/aparcar/asu/branch/master/graph/badge.svg)](https://codecov.io/gh/aparcar/asu)
44
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
5+
[![PyPi](https://badge.fury.io/py/asu.svg)](https://badge.fury.io/py/asu)
56

67
This project intends to simplify the sysupgrade process of devices running
78
OpenWrt or distributions based on the former like LibreMesh. The provided tools

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name="asu",
17-
version="0.3.0",
17+
version="0.4.0",
1818
url="https://github.com/aparcar/asu",
1919
maintainer="Paul Spooren",
2020
maintainer_email="mail@aparcar.org",

0 commit comments

Comments
 (0)