diff --git a/README.md b/README.md index 3c8e962..4ab3f00 100644 --- a/README.md +++ b/README.md @@ -128,10 +128,11 @@ Updates, additional features or bug fixes are always welcome. ### Version History -- 1.1.2 - 01-Jul-2021 - Fix #11 to allow billiard version to float -- 1.1.0 - 27-Jun-2020 - Python 3.6+ only, dependency version bumps -- 1.0.0 - 10-Dec-2017 - API changes to pass *args and **kwargs to running spider -- 0.1.0 - 28-May-2017 - patches to support Celery 4+ and Billiard 3.5.+. Thanks to @mrge and @bmartel. +- 1.1.3 - Jul-2021 - Bump versions, add examples, readme changes +- 1.1.2 - Jul-2021 - Fix #11 to allow billiard version to float +- 1.1.0 - Jun-2020 - Python 3.6+ only, dependency version bumps +- 1.0.0 - Dec-2017 - API changes to pass *args and **kwargs to running spider +- 0.1.0 - May-2017 - patches to support Celery 4+ and Billiard 3.5.+. Thanks to @mrge and @bmartel. ### License diff --git a/pyproject.toml b/pyproject.toml index 2300cf0..f8e8910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scrapyscript" -version = "1.1.2" +version = "1.1.3" description = "Run a Scrapy spider programmatically from a script or a Celery task - no project required." authors = ["Jeff Schnurr "] license = "MIT"