Skip to content

Commit

Permalink
Merge pull request #271 from OnroerendErfgoed/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
claeyswo authored Jan 3, 2025
2 parents f1038fb + 3d81f26 commit 9fb6158
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.6.1 (03-01-2025)
------------------

- Beveren-Kruibeke-Zwijndrecht provincie nis foutief (#268)

1.6.0 (10-12-2024)
------------------

Expand Down
2 changes: 1 addition & 1 deletion crabpy/data/gemeenten.json
Original file line number Diff line number Diff line change
Expand Up @@ -8731,7 +8731,7 @@
},
{
"niscode": "46030",
"provincie": "10000",
"provincie": "40000",
"namen": [
{
"taal": "fr",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
version = "1.6.0"
version = "1.6.1"
name = "crabpy"
readme = "README.md"
authors = [
Expand Down
4 changes: 2 additions & 2 deletions tests/gateway/test_adressenregister.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def test_list_gemeenten_by_provincie(self, gateway, client):
res = gateway.list_gemeenten_by_provincie(
Provincie("10000", "antwerpen", 2, gateway)
)
assert len(res) == 70
assert len(res) == 69
assert res[0].niscode == "11001"

def test_get_gewest_by_unexisting_id(self, gateway):
Expand Down Expand Up @@ -531,7 +531,7 @@ def test_gemeenten(self, gateway, client):
"10000", "Antwerpen", Gewest(2, "2000", "Vlaanderen", None, None), gateway
)
res = p.gemeenten
assert len(res) == 70
assert len(res) == 69
assert res[0].niscode == "11001"


Expand Down

0 comments on commit 9fb6158

Please sign in to comment.