Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ylabonte committed Aug 18, 2024
1 parent 709fe43 commit 98e0fa0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.1 (2024-08-18)
* Update dependencies

### v1.4.0 (2024-06-24)
* Introduce new API class `DmxControl` with three methods:
* `async_get_raw_dmx()` to get the raw body string of the '/GetDmx.csv'.
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.0"
version = "1.4.1"
authors = [
{ name="Yannic Labonte", email="[email protected]" },
]
Expand Down
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
from setuptools import setup, find_packages

install_requires = [
"aiohttp>=3.9",
"aiohttp>=3.10",
"async-timeout>=4.0",
"yarl>=1.9",
]

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

0 comments on commit 98e0fa0

Please sign in to comment.