Skip to content

Commit 1f83428

Browse files
author
github-actions
committed
0.4.2
Automatically generated by python-semantic-release
1 parent e99038c commit 1f83428

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.4.2 (2024-05-07)
6+
7+
### Fix
8+
9+
* Use spdx identifier for the license ([#10](https://github.com/python-kasa/kasa-crypt/issues/10)) ([`e99038c`](https://github.com/python-kasa/kasa-crypt/commit/e99038c4b88a645fa3ffd046b7a88fd8d7b2c2f9))
10+
511
## v0.4.1 (2024-01-10)
612

713
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "kasa-crypt"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "Fast kasa crypt"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "Apache-2.0"

src/kasa_crypt/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"
22

33
from struct import Struct
44

0 commit comments

Comments
 (0)