From b26a664b8cc5c0ef1bb36d5b355e87644160a19d Mon Sep 17 00:00:00 2001 From: pjsier Date: Thu, 4 Feb 2021 16:11:54 +0000 Subject: [PATCH] chore: bump version --- CHANGELOG.md | 5 +++++ city_scrapers_core/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md 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"