Skip to content

Commit

Permalink
chore: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Nov 1, 2024
1 parent a69304c commit 06504af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v1.18.0
- Build using Cython 3.0.11
- Support Python 3.13

## v1.17.0
- Add `GCSTarget` for streaming files directly to GCS

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streaming-form-data"
version = "1.15.0"
version = "1.17.0"
description = "Streaming parser for multipart/form-data"
authors = ["Siddhant Goel <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 06504af

Please sign in to comment.