Versioning and API Stability
There are 3 numbers in a Scrapy version: A.B.C
- A is the major version. This will rarely change and will signify verylarge changes. So far, only zero is available for A as Scrapy hasn’t yetreached 1.0.
API Stability
Methods or functions that start with a single dash () are private andshould never be relied as stable. Besides those, the plan is to stabilize anddocument the entire API, as we approach the 1.0 release.