From 757a94853e67deca3bb1b28221b7afdb7464c7dd Mon Sep 17 00:00:00 2001 From: Cullen Watson Date: Tue, 8 Oct 2024 17:49:06 -0500 Subject: [PATCH] chore:version --- README.md | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"