diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cea30a..8fbaada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,21 @@ ### What's Changed -* Fixing missing Types in Albertslund. Closing [AffaldDK #129](https://github.com/briis/affalddk/issues/129) -* Bump `pyaffalddk` to V2.0.35 +* Fixing missing Types in Ringsted. Closing [AffaldDK #133](https://github.com/briis/affalddk/issues/133) +* Bump `pyaffalddk` to V2.0.36
Previous Changes +## Version 2.0.35 + +**Date**: `2024-07-29` + +### What's Changed + +* Fixing missing Types in Albertslund. Closing [AffaldDK #129](https://github.com/briis/affalddk/issues/129) +* Bump `pyaffalddk` to V2.0.35 + ## Version 2.0.34 diff --git a/pyaffalddk/const.py b/pyaffalddk/const.py index 5195575..537e0ba 100644 --- a/pyaffalddk/const.py +++ b/pyaffalddk/const.py @@ -193,6 +193,7 @@ "240 L - Metal og Glas (1 stk.)", "240 l glas/metal - 4 tømninger (1 stk.)", "240 liter - Metal/Glas - tømmes hver 8. uge (1 stk.)", + "Metal/glas 240 l (hver 12. uge) (1 stk.)", ], "pappi": [ "Plast/papir (1 stk.)", @@ -203,6 +204,7 @@ "240L genbrug (1 stk.)", "240 l PMDK/PP 3 ugers tømning (1 stk.)", "240 liter - Plast, MDK, papir, pap – tømmes hver 2. uge (1 stk.)", + "PP/MDK-plast 240 l (hver 2. uge) (1 stk.)", ], "farligtaffald": [ "", diff --git a/setup.py b/setup.py index 1f6435d..40a5c80 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="pyaffalddk", - version="2.0.35", + version="2.0.36", author="briis", author_email="bjarne@briis.com", description="Gets garbage collection data from danish Municipalities",