Skip to content

Commit 66c317c

Browse files
committed
Bump version
1 parent 5fc3be5 commit 66c317c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/changelog.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Change Log
44
v0.7
55
----
66

7+
- v0.7.4
8+
- Fixed url quote issue in 0.7.2 and 0.7.3
9+
710
- v0.7.1
811
- Added `Cookies.get_dict()`, for compatibility with `requests`.
912
- Fixed type conversion in C shim, by @qishipai.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "curl_cffi"
3-
version = "0.7.3"
3+
version = "0.7.4"
44
authors = [{ name = "Lyonnet", email = "[email protected]" }]
55
description = "libcurl ffi bindings for Python, with impersonation support."
66
license = { file = "LICENSE" }

0 commit comments

Comments
 (0)