Skip to content

Commit

Permalink
Merge pull request #179 from g0v/allow-county-typo
Browse files Browse the repository at this point in the history
feat: allow typo 新竹縣峨嵋鄉
  • Loading branch information
ddio authored Sep 9, 2024
2 parents 2513ab0 + a65ecc6 commit 003a7e2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion scrapy-tw-rental-house/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scrapy-tw-rental-house"
version = "1.3.6"
version = "1.3.7"
description = "Scrapy spider for TW Rental House"
readme = "README.md"
authors = ["ddio <ddio@ddio.io>"]
Expand Down
4 changes: 4 additions & 0 deletions scrapy-tw-rental-house/scrapy_twrh/spiders/tw_regions.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,10 @@
"新竹縣尖石鄉",
1303
],
[
"新竹縣峨嵋鄉",
1304
],
[
"新竹縣峨眉鄉",
1304
Expand Down
2 changes: 1 addition & 1 deletion scrapy-twrh-example/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion twrh-dataset/django/rental/data/tw_regions.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions twrh-dataset/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion twrh-dataset/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = "^3.10"
# cffi = "==1.13.2"
django = "^5"
scrapy-tw-rental-house = "==1.3.6"
scrapy-tw-rental-house = "==1.3.7"
psycopg2-binary = "^2.9.9"
pylint-django = "^2.5.5"
sentry-sdk = "^1.39.1"
Expand Down

0 comments on commit 003a7e2

Please sign in to comment.