chore:version

pull/209/head 1.1.69
Cullen Watson 2024-10-08 17:49:06 -05:00
parent 6bc191d5c7
commit 757a94853e
2 changed files with 4 additions and 1 deletions

View File

@ -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)

View File

@ -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 <zachary@bunsly.com>", "Cullen Watson <cullen@bunsly.com>"]
homepage = "https://github.com/Bunsly/JobSpy"