Skip to content

Commit

Permalink
release: v0.4.0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
aparcar committed Mar 20, 2020
1 parent 84faef5 commit 52358a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
Expand Down

0 comments on commit 52358a4

Please sign in to comment.