Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Nov 25, 2023
1 parent c6916b8 commit bb7ceba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion curl_cffi/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
# __description__ = metadata.metadata("curl_cffi")["Summary"]
# __version__ = metadata.version("curl_cffi")
__description__ = "libcurl ffi bindings for Python, with impersonation support"
__version__ = "0.5.10b5"
__version__ = "0.5.10"
__curl_version__ = Curl().version().decode()
10 changes: 9 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Change Log

- v0.5
- v0.5.8
- v0.5.10
- Add stream support
- Add support for secure cookies
- Add curl_infos to extract extra info after performing
- Bugfix: `timeout=None` not working
- v0.5.9
- Add interface support
- Make POST work as in real world
- Add support for custom resolve
- Switched to libcurl's COOKIELIST to sync cookies between python and curl
- Add default_headers option for sessions like in curl-impersonate
- Add curl_options for extra curl_options in Session
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "curl_cffi"
version = "0.5.10b5"
version = "0.5.10"
authors = [{ name = "Yifei Kong", email = "[email protected]" }]
description = "libcurl ffi bindings for Python, with impersonation support"
license = { file = "LICENSE" }
Expand Down

0 comments on commit bb7ceba

Please sign in to comment.