Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0.31 #5

Merged
merged 3 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog for pyaffalddk

## Version 2.0.31

**Date**: `2024-06-01`

### What's Changed

* Fixing missing details for Faxe. Closing #4
* 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 All @@ -9,9 +22,6 @@
* Fixing missing details for Slagelse. Closing #97
* Bump `pyaffalddk` to V2.0.30

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

## Version 2.0.29

**Date**: `2024-05-12`
Expand Down
7 changes: 6 additions & 1 deletion pyaffalddk/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@
"glas": [
"240 L glas (1 stk.)",
"Glas, 660 liter (2 stk.)",
"400 liter - Glas - Tømmes hver 8. uge (1 stk.)",
],
"metalglas": [
"Glas/metal (1 stk.)",
Expand All @@ -197,14 +198,16 @@
"",
],
"farligtaffaldmiljoboks": [
"Miljøkasse (1 stk.)",
"Miljøboks",
"Miljøkasse (1 stk.)",
"Miljøskab (1 stk.)",
"Rød kasse henteordning (1 stk.)",
],
"flis": [""],
"jern": [
"240 L metal (1 stk.)",
"Metal, 660 liter (1 stk.)",
"240 liter - Metal - Tømmes hver 8. uge (1 stk.)",
],
"genbrug": [
"Tekstiler",
Expand Down Expand Up @@ -232,6 +235,7 @@
"Beholder til pap (1 stk.)",
"770 L pap (1 stk.)",
"Pap, 660 liter (3 stk.)",
"400 liter - Pap og papir - Tømmes hver 2. uge (1 stk.)",
],
"plastmetal": [
"Plast, småt metal & MDK - 240 l. (1 stk.)",
Expand Down Expand Up @@ -267,6 +271,7 @@
"Genbrug henteordning (1 stk.)",
"660 L plast, mad- og drikkekartoner (1 stk.)",
"240 l genbrug - blåt låg (1 stk.)",
"660 liter - Plast/MDK - Tømmes hver 2. uge (1 stk.)",
],
"papirglasdaaser": [
"240 L 2-delt Papir/glas-dåser en-familie (1 stk.)",
Expand Down