diff --git a/README.md b/README.md index 8d3eab0..3e9eb66 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,9 @@ Optional ├── proxies (list): | in format ['user:pass@host:port', 'localhost'] | each job board scraper will round robin through the proxies +| +├── ca_cert (str) +| path to CA Certificate file for proxies │ ├── is_remote (bool) │ diff --git a/pyproject.toml b/pyproject.toml index 05f25af..1d06412 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-jobspy" -version = "1.1.68" +version = "1.1.69" description = "Job scraper for LinkedIn, Indeed, Glassdoor & ZipRecruiter" authors = ["Zachary Hampton ", "Cullen Watson "] homepage = "https://github.com/Bunsly/JobSpy"