Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Release History
------------------
**Improvements:**

- Optimized logging.
- Fixed cookie response handling.
- Optimized logging. ([#46](https://github.com/thewebscraping/tls-requests/issues/46))
- Fixed cookie response handling. ([#47](https://github.com/thewebscraping/tls-requests/issues/47))

1.1.6 (2025-10-14)
------------------
Expand Down
8 changes: 3 additions & 5 deletions tls_requests/__version__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
__title__ = "wrapper-tls-requests"
__description__ = (
"A powerful and lightweight Python library for making secure and reliable HTTP/TLS Fingerprint requests."
)
__title__ = "tls-requests"
__description__ = "A powerful and lightweight Python library for making secure and reliable HTTP/TLS fingerprint requests."
__url__ = "https://github.com/thewebscraping/tls-requests"
__version__ = "1.1.8"
__author__ = "Tu Pham"
__author_email__ = "[email protected]"
__version__ = "1.1.7"
__license__ = "MIT"