Skip to content

Commit

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

## Release Notes

### v1.4.5 (2024-08-24)
* Add appropriate `Content-Type` header for post requests.
* Fix some typing hints.

### v1.4.4 (2024-08-20)
* Yet another fix for the dmx post data payload conversion.

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.4"
version = "1.4.5"
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.4", packages=find_packages())
setup(name="proconip", version="1.4.5", packages=find_packages())

0 comments on commit a01c56f

Please sign in to comment.