From a60d5599f6e6bd539ab706503dbbd930079bb89a Mon Sep 17 00:00:00 2001 From: Jeff Schnurr Date: Thu, 1 Jul 2021 12:03:01 -0400 Subject: [PATCH] bump --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0bf08e..364715f 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Updates, additional features or bug fixes are always welcome. # Version History -- 1.1.1 - 01-Jul-2021 - Fix #11 to allow billiard version to float +- 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. diff --git a/pyproject.toml b/pyproject.toml index 281d54c..8bbccce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scrapyscript" -version = "1.1.1" +version = "1.1.2" description = "Run a Scrapy spider programmatically from a script or a Celery task - no project required." authors = ["Jeff Schnurr "] license = "MIT"