diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b6f3b7d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# Changelog + +## [v0.9.0](https://github.com/City-Bureau/city-scrapers-core/releases/tag/v0.9.0) + +- Replaced Legistar scraper from [`python-legistar-scraper`](https://github.com/opencivicdata/python-legistar-scraper) with scrapy-based implementation diff --git a/city_scrapers_core/__init__.py b/city_scrapers_core/__init__.py index deded32..3e2f46a 100644 --- a/city_scrapers_core/__init__.py +++ b/city_scrapers_core/__init__.py @@ -1 +1 @@ -__version__ = "0.8.2" +__version__ = "0.9.0"