Skip to content

Commit

Permalink
Added Bornholm as new municipality
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Jun 29, 2024
1 parent 1fb7f2b commit 498e418
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog for pyaffalddk

## Version 2.0.32

**Date**: `2024-06-29`

### What's Changed

* Adding Bornholm as new Municipality. I have limited test data to go on, but some data is being returned. If anything is missing, please report back. Closing [AffaldDK #114](https://github.com/briis/affalddk/issues/114)
* Bump `pyaffalddk` to V2.0.32

<details>
<summary><b>Previous Changes</b></summary>

## Version 2.0.31

**Date**: `2024-06-14`
Expand All @@ -10,9 +22,6 @@
* Fixing missing details for Lyngby-Taarbæk. Cloising [AffaldDK #105](https://github.com/briis/affalddk/issues/105)
* Bump `pyaffalddk` to V2.0.31

<details>
<summary><b>Previous Changes</b></summary>

## Version 2.0.30

**Date**: `2024-05-27`
Expand Down
6 changes: 5 additions & 1 deletion pyaffalddk/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"papir": [
"Papir",
"Papir 660 L",
"Papir // Tekstilaffald",
],
"papirglasdaaser": [
"Papir og glas/dåser",
Expand All @@ -101,7 +102,9 @@
"Plast/Metal",
"Plast, Metal, MDK",
],
"restaffald": ["",],
"restaffald": [
"Restaffald // Batterier og Småt Elektronik",
],
"storskrald": [
"Storskrald",
"Stort elektronik",
Expand Down Expand Up @@ -385,6 +388,7 @@
"Albertslund": "albertslund",
"Allerød": "allerod",
"Billund": "billund",
"Bornholm": "bofa",
"Brøndby": "brondby",
"Brønderslev": "bronderslev",
"Dragør": "dragoer",
Expand Down

0 comments on commit 498e418

Please sign in to comment.