From ced26ac96394db7ae7b44d56e3844b1ca67def82 Mon Sep 17 00:00:00 2001 From: Ties de Kock Date: Fri, 19 Apr 2024 16:34:27 +0200 Subject: [PATCH] Prepare for v0.6.0 --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bcd67e..5861f73 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,9 @@ code of these components, to an e-mail address on the Compal site, have not been Changelog --------- +### 0.6.0 + * Support for static DHCP leases was added by @do3cc + ### 0.5.1 * Support for hashed (single-sha256) passwords was added by @7FM diff --git a/setup.py b/setup.py index 676ad9e..3c69a8d 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="compal", - version="0.5.1", + version="0.6.0", author="Ties de Kock", author_email="ties@tiesdekock.nl", description="Compal CH7465LG/Ziggo Connect Box client",