diff --git a/docs/source/api.rst b/docs/source/api.rst index 59cec8a..d04e4c2 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -588,6 +588,10 @@ approach described in `Python Logging HOWTO`_ or redirect stdout to a file using Releases ======== +ScrapyRT 0.16 (2023-02-14) +-------------------------- +- errback method for spider made configurable, errback for spiders will default to None instead of parse + ScrapyRT 0.12 (2021-03-08) -------------------------- - added crawl arguments for API diff --git a/scrapyrt/VERSION b/scrapyrt/VERSION index a551051..04a373e 100644 --- a/scrapyrt/VERSION +++ b/scrapyrt/VERSION @@ -1 +1 @@ -0.15.0 +0.16.0