From b5ff3d8e0be324f8e02e75a9c287a3345f9de1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Dymek?= Date: Sat, 12 Nov 2022 21:40:02 +0100 Subject: [PATCH] docs: readme.md, changelog, bump lxml version --- CHANGELOG.md | 11 +++++++++-- README.md | 3 ++- requirements.txt | 2 +- setup.py | 2 +- 4 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 167c928..bd9384d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,21 @@ -## CHANGELOG +## [1.1.0] - 2022-11-12 ---- +- Added new website to get proxies from: +- Added new website to get proxies from: +- Added new website to get proxies from: +- Change lxml version to 4.9.1 ## [1.0.6] - 2022-01-23 - Added `google` parameter - Added `https` parameter + ## [1.0.5] - 2022-01-07 - Added `elite` parameter - Add exception class and raise exception instead of system exit - Change lxml version to 4.6.5 + ## [1.0.4] - 2021-11-13 - Fix proxy list default length @@ -31,3 +36,5 @@ - Fix imports ## [1.0.0] - 2019-02-04 + +- Initial release diff --git a/README.md b/README.md index 17352dd..a9b7c36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Free-proxy -## Get free working proxy from and use it in your script +## Get free working proxy from , , and and use it in your script FreeProxy class scrapes proxies from , , and and checks if proxy is working. There is possibility to filter proxies by country and acceptable timeout. You can also randomize list of proxies from where script would get @@ -136,6 +136,7 @@ If there are no working proxies with provided parameters script raises `FreeProx - Added new website to get proxies from - Added new website to get proxies from - Added new website to get proxies from +- Change lxml version to 4.9.1 ## [1.0.6] - 2022-01-23 diff --git a/requirements.txt b/requirements.txt index af2dfb6..e295a70 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -lxml==4.6.5 +lxml==4.9.1 pip-chill==0.1.8 requests==2.21.0 diff --git a/setup.py b/setup.py index 9a78a83..e358629 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setuptools.setup( name='free_proxy', - version='1.0.6', + version='1.1.0', author="jundymek", author_email="jundymek@gmail.com", description="Proxy scraper for further use",