scrapy / scrapely

A pure-python HTML screen-scraping library
1.86k stars 315 forks source link

added __version__ string to easy identify version being used #101

Closed kalessin closed 7 years ago

ruairif commented 7 years ago

I've implemented this so that it will work with bumpversion so it can be updated automatically with each scrapely release Change: https://github.com/scrapy/scrapely/commit/66469699255cb348a2f474276e167cf47eee61da Result: https://github.com/scrapy/scrapely/commit/4e2a6ec8eb9dc8859598d524506228f3128c7488

kalessin commented 7 years ago

oh, right. I see it in the new versions. Thanks.