From 4ab6b7e8efb6abf130871fa0d6c7e0684e52b50a Mon Sep 17 00:00:00 2001 From: Two Dev Date: Sun, 23 Nov 2025 12:28:57 +0700 Subject: [PATCH] chore: bump version to 1.1.8 --- CHANGELOG.md | 4 ++-- tls_requests/__version__.py | 8 +++----- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bf08c4..9bd9f6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------ diff --git a/tls_requests/__version__.py b/tls_requests/__version__.py index 29eb95a..fc4abbc 100644 --- a/tls_requests/__version__.py +++ b/tls_requests/__version__.py @@ -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__ = "thetwofarm@gmail.com" -__version__ = "1.1.7" __license__ = "MIT"