Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Aug 19, 2024
1 parent 500843e commit 1ae8e91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ output), there is a really simple way to support me:

## Release Notes

### v1.4.2 (2024-08-20)
* Fix new `async_get_raw_dmx()` and `async_get_dmx()` methods.

### v1.4.1 (2024-08-18)
* Update dependencies

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "proconip"
version = "1.4.1"
version = "1.4.2"
authors = [
{ name="Yannic Labonte", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"yarl>=1.9",
]

setup(name="proconip", version="1.4.1", packages=find_packages())
setup(name="proconip", version="1.4.2", packages=find_packages())

0 comments on commit 1ae8e91

Please sign in to comment.